Not A Subset Of vs Precedes Or Equivalent To
VS
Property Comparison
| Property | ⊄ 2284 | ≾ 227E |
|---|---|---|
| Name | Not A Subset Of | Precedes Or Equivalent To |
| Category | Math Symbols | Math Symbols |
| Block | Mathematical Operators | Mathematical Operators |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2284 | 227E |
|---|---|---|
| Unicode | U+2284 | U+227E |
| HTML Decimal | ⊄ | ≾ |
| HTML Hex | ⊄ | ≾ |
| CSS | \2284 | \227E |
| JavaScript | \u{2284} | \u{227E} |
| Python | \u2284 | \u227e |
| UTF-8 | e2 8a 84 | e2 89 be |
How to Distinguish
Both Not A Subset Of and Precedes Or Equivalent To belong to the Math Symbols category and the Mathematical Operators block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.