Erase To The Left vs Script Capital B
VS
Property Comparison
Encoding Comparison
| Format | 232B | 212C |
|---|---|---|
| Unicode | U+232B | U+212C |
| HTML Decimal | ⌫ | ℬ |
| HTML Hex | ⌫ | ℬ |
| CSS | \232B | \212C |
| JavaScript | \u{232B} | \u{212C} |
| Python | \u232b | \u212c |
| UTF-8 | e2 8c ab | e2 84 ac |
How to Distinguish
Both Erase To The Left and Script Capital B 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.