Not Less-Than vs Precedes Or Equivalent To
VS
Property Comparison
| Property | ≮ 226E | ≾ 227E |
|---|---|---|
| Name | Not Less-Than | 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 | 226E | 227E |
|---|---|---|
| Unicode | U+226E | U+227E |
| HTML Decimal | ≮ | ≾ |
| HTML Hex | ≮ | ≾ |
| CSS | \226E | \227E |
| JavaScript | \u{226E} | \u{227E} |
| Python | \u226e | \u227e |
| UTF-8 | e2 89 ae | e2 89 be |
How to Distinguish
Both Not Less-Than 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.