Approximately Equal Or Equal To vs Closed Intersection With Serifs
VS
Property Comparison
| Property | ⩰ 2A70 | ⩍ 2A4D |
|---|---|---|
| Name | Approximately Equal Or Equal To | Closed Intersection With Serifs |
| 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 | 2A70 | 2A4D |
|---|---|---|
| Unicode | U+2A70 | U+2A4D |
| HTML Decimal | ⩰ | ⩍ |
| HTML Hex | ⩰ | ⩍ |
| CSS | \2A70 | \2A4D |
| JavaScript | \u{2A70} | \u{2A4D} |
| Python | \u2a70 | \u2a4d |
| UTF-8 | e2 a9 b0 | e2 a9 8d |
How to Distinguish
Both Approximately Equal Or Equal To and Closed Intersection With Serifs 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.