Erase To The Left vs Metrical Long Over Short
VS
Property Comparison
Encoding Comparison
| Format | 232B | 23D2 |
|---|---|---|
| Unicode | U+232B | U+23D2 |
| HTML Decimal | ⌫ | ⏒ |
| HTML Hex | ⌫ | ⏒ |
| CSS | \232B | \23D2 |
| JavaScript | \u{232B} | \u{23D2} |
| Python | \u232b | \u23d2 |
| UTF-8 | e2 8c ab | e2 8f 92 |
How to Distinguish
Both Erase To The Left and Metrical Long Over Short belong to the Technical category and the Miscellaneous Technical 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.