Erase To The Left vs Script Small G
VS
Property Comparison
Encoding Comparison
| Format | 232B | 210A |
|---|---|---|
| Unicode | U+232B | U+210A |
| HTML Decimal | ⌫ | ℊ |
| HTML Hex | ⌫ | ℊ |
| CSS | \232B | \210A |
| JavaScript | \u{232B} | \u{210A} |
| Python | \u232b | \u210a |
| UTF-8 | e2 8c ab | e2 84 8a |
How to Distinguish
Both Erase To The Left and Script Small G are in the Technical category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.