Erase To The Left vs House
VS
Property Comparison
Encoding Comparison
| Format | 232B | 2302 |
|---|---|---|
| Unicode | U+232B | U+2302 |
| HTML Decimal | ⌫ | ⌂ |
| HTML Hex | ⌫ | ⌂ |
| CSS | \232B | \2302 |
| JavaScript | \u{232B} | \u{2302} |
| Python | \u232b | \u2302 |
| UTF-8 | e2 8c ab | e2 8c 82 |
How to Distinguish
Both Erase To The Left and House 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.