Erase To The Left vs Flatness
VS
Property Comparison
Encoding Comparison
| Format | 232B | 23E5 |
|---|---|---|
| Unicode | U+232B | U+23E5 |
| HTML Decimal | ⌫ | ⏥ |
| HTML Hex | ⌫ | ⏥ |
| CSS | \232B | \23E5 |
| JavaScript | \u{232B} | \u{23E5} |
| Python | \u232b | \u23e5 |
| UTF-8 | e2 8c ab | e2 8f a5 |
How to Distinguish
Both Erase To The Left and Flatness 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.