free-symbols

Closed Superset Or Equal To Symbol

⫒ denotes a closed superset relationship, meaning a set includes another set (or is equal).

U+2AD2

⫒ is a mathematical symbol used in set and logic notation. It expresses a “closed superset or equal to” relationship. Copy it directly or use the provided code escapes in your documents and code.

Closed Superset Or Equal To Symbol Meaning

⫒ (Unicode U+2AD2) is pronounced as “closed superset or equal to.” In set-based statements, it indicates that one set is a superset of another, allowing equality. In other words, the left-hand set contains everything in the right-hand set, and they may be the same set. This is especially useful when writing formal logic, discrete mathematics, or typeset definitions where you want to distinguish between a strict superset and one that also permits equality. Because it’s a Unicode math symbol, it’s commonly used in plain text, word processors, and web content that supports Unicode and math fonts.

Common uses

  • Defining set inclusion constraints where equality is allowed
  • Writing formal logic or proof statements about subsets/supersets
  • Annotating math diagrams and cheat sheets for set relations
  • Creating labeled conditions in programming documentation and specs
  • Typesetting homework or lecture notes in supported Unicode math

Examples

⫒ Closed Superset or Equal To

  • A ⫒ B
  • S ⫒ T when T is included in S
  • X ⫒ {x} means X contains x (or equals {x})
  • M ⫒ N is used in defining valid state transitions
  • U ⫒ V indicates U includes V or is identical to it

Variations

Ready to copy

Technical codes

UnicodeU+2AD2
HTML Entity⫒
HTML Code⫒
CSS\2AD2

FAQ

What does ⫒ mean?

⫒ means “closed superset or equal to,” i.e., the left set contains the right set and may be equal to it.

Is ⫒ the same as a standard superset-or-equal sign?

It represents a superset-or-equal style relationship in Unicode math notation; in practice it’s used when you want this specific glyph.

How can I copy ⫒ into HTML?

You can paste the symbol directly, or use the HTML entity: ⫒.

How do I use ⫒ in CSS or JavaScript?

For CSS escapes use \\2AD2, and in JavaScript use \\u{2AD2} (Unicode code point U+2AD2).