Math

Contains as Member ∋

The contains-as-member symbol is the reverse of the element-of symbol, read as 'contains' or 'such that.' It indicates that a set contains a given element, with the set on the left and the element on the right. It is used when the emphasis is on the set rather than the element.

All Representations

Named Entity
∋
Decimal Code
∋
Hex Code
∋
Unicode
U+220B

Rendered Output

∋ renders as the character shown above

When to Use Contains as Member

Use the contains-as-member symbol when you want to emphasize the set that contains an element (S ∋ x) rather than the element's membership. It provides an alternative reading direction for set membership statements and appears in formal mathematical writing and logical specifications.

Try It — HTML Examples

Named entity in text
<p>Symbol: &ni;</p>
Decimal reference
<p>Symbol: &#8715;</p>
Hex reference
<p>Symbol: &#x220B;</p>
Inside an HTML attribute
<div title="The Contains as Member: &ni;">Hover to see</div>

About the Contains as Member Entity

The Contains as Member character (∋) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &ni;, the decimal numeric character reference &#8715;, or the hexadecimal numeric reference &#x220B;. The character is assigned Unicode code point U+220B in the Universal Character Set.

The contains-as-member symbol is the reverse of the element-of symbol, read as 'contains' or 'such that.' It indicates that a set contains a given element, with the set on the left and the element on the right. It is used when the emphasis is on the set rather than the element.

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 Contains as Member character in your HTML documents, the named entity &ni; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#8715; and hexadecimal form &#x220B; 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 contains-as-member symbol when you want to emphasize the set that contains an element (S ∋ x) rather than the element's membership. It provides an alternative reading direction for set membership statements and appears in formal mathematical writing and logical specifications.

Related Entities

Explore More HTML Entities

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