Math

Not an Element Of ∉

The not-an-element-of symbol is the negation of the set membership operator, indicating that a value does not belong to a specified set. It is displayed as the element-of symbol with a diagonal slash and is used in set theory, mathematical proofs, and logical expressions.

All Representations

Named Entity
∉
Decimal Code
∉
Hex Code
∉
Unicode
U+2209

Rendered Output

∉ renders as the character shown above

When to Use Not an Element Of

Use the not-an-element-of symbol to express exclusion from a set (x ∉ S), define constraints in specifications, and write mathematical proofs involving set non-membership. It is the natural counterpart to ∈ and provides concise, standard mathematical notation.

Try It — HTML Examples

Named entity in text
<p>Symbol: &notin;</p>
Decimal reference
<p>Symbol: &#8713;</p>
Hex reference
<p>Symbol: &#x2209;</p>
Inside an HTML attribute
<div title="The Not an Element Of: &notin;">Hover to see</div>

About the Not an Element Of Entity

The Not an Element Of character (∉) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &notin;, the decimal numeric character reference &#8713;, or the hexadecimal numeric reference &#x2209;. The character is assigned Unicode code point U+2209 in the Universal Character Set.

The not-an-element-of symbol is the negation of the set membership operator, indicating that a value does not belong to a specified set. It is displayed as the element-of symbol with a diagonal slash and is used in set theory, mathematical proofs, and logical expressions.

Mathematical HTML entities enable web authors to display proper mathematical notation without relying on images or specialized rendering libraries like MathJax or KaTeX. While complex equations and multi-line formulas may still benefit from dedicated math typesetting tools, individual symbols expressed as HTML entities render quickly, remain accessible to screen readers, and can be styled with CSS just like regular text content.

When deciding how to encode the Not an Element Of character in your HTML documents, the named entity &notin; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8713; and hexadecimal form &#x2209; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the not-an-element-of symbol to express exclusion from a set (x ∉ S), define constraints in specifications, and write mathematical proofs involving set non-membership. It is the natural counterpart to &isin; and provides concise, standard mathematical notation.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.