Closed Subset vs Less-Than Or Slanted Equal To
VS
Property Comparison
| Property | ⫏ 2ACF | ⩽ 2A7D |
|---|---|---|
| Name | Closed Subset | Less-Than Or Slanted Equal To |
| Category | Math Symbols | Math Symbols |
| Block | Supplemental Mathematical Operators | Supplemental Mathematical Operators |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Math Symbol (Sm) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2ACF | 2A7D |
|---|---|---|
| Unicode | U+2ACF | U+2A7D |
| HTML Decimal | ⫏ | ⩽ |
| HTML Hex | ⫏ | ⩽ |
| CSS | \2ACF | \2A7D |
| JavaScript | \u{2ACF} | \u{2A7D} |
| Python | \u2acf | \u2a7d |
| UTF-8 | e2 ab 8f | e2 a9 bd |
How to Distinguish
Both Closed Subset and Less-Than Or Slanted Equal To belong to the Math Symbols category and the Supplemental 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.