free-symbols

Element Of Symbol

∈ means “is an element of,” used to express membership in a set.

U+2208

The symbol ∈ is commonly read as “is an element of.” It’s frequently used in math and logic to state set membership. You can copy it directly or use its Unicode code point.

Element Of Symbol Meaning

∈ (Unicode U+2208) is read as “is an element of” or “belongs to” when working with sets. For example, you might write that a number x is an element of a set S, meaning x is one of the members of S. In formal logic and mathematics, ∈ helps distinguish membership from other relationships like subset (⊆) or equality (=). Many text and typesetting systems support it as a standard mathematical symbol, making it useful for equations, proofs, and educational materials.

Common uses

  • Expressing that an item belongs to a set, such as x ∈ S
  • Writing membership conditions in math problems and solutions
  • Describing logical statements about which options are included in a collection
  • Annotating vectors, functions, or domains with elements that are allowed or included
  • Building clear notation in educational slides, worksheets, and documentation

Examples

∈ Element of Symbol (U+2208)

  • x ∈ R
  • 3 ∈ {1, 2, 3, 4}
  • a ∈ A
  • S = {n | n ∈ N and n is even}
  • If x ∈ S, then x satisfies the condition

Variations

Ready to copy

Technical codes

UnicodeU+2208
HTML Entity∈
HTML Code∈
CSS\2208

FAQ

What does the symbol ∈ mean?

∈ means “is an element of” or “belongs to,” used to show that something is a member of a set.

How do I find the Unicode code point for ∈?

The Unicode code point for ∈ is U+2208.

What is the HTML entity for ∈?

The HTML entity for ∈ is ∈.

How can I type ∈ using a JavaScript escape?

Use the JavaScript escape \\u{2208}.

Related symbols