Erase To The Right vs X In A Rectangle Box
VS
Property Comparison
Encoding Comparison
| Format | 2326 | 2327 |
|---|---|---|
| Unicode | U+2326 | U+2327 |
| HTML Decimal | ⌦ | ⌧ |
| HTML Hex | ⌦ | ⌧ |
| CSS | \2326 | \2327 |
| JavaScript | \u{2326} | \u{2327} |
| Python | \u2326 | \u2327 |
| UTF-8 | e2 8c a6 | e2 8c a7 |
How to Distinguish
Both Erase To The Right and X In A Rectangle Box belong to the Keyboard 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.