Neither Greater-Than Nor Equal To vs Precedes Or Equivalent To
VS
Property Comparison
| Property | ≱ 2271 | ≾ 227E |
|---|---|---|
| Name | Neither Greater-Than Nor Equal To | 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 | 2271 | 227E |
|---|---|---|
| Unicode | U+2271 | U+227E |
| HTML Decimal | ≱ | ≾ |
| HTML Hex | ≱ | ≾ |
| CSS | \2271 | \227E |
| JavaScript | \u{2271} | \u{227E} |
| Python | \u2271 | \u227e |
| UTF-8 | e2 89 b1 | e2 89 be |
How to Distinguish
Both Neither Greater-Than Nor Equal To 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.