Erase To The Left vs Horizontal Scan Line-3
VS
Property Comparison
Encoding Comparison
| Format | 232B | 23BB |
|---|---|---|
| Unicode | U+232B | U+23BB |
| HTML Decimal | ⌫ | ⎻ |
| HTML Hex | ⌫ | ⎻ |
| CSS | \232B | \23BB |
| JavaScript | \u{232B} | \u{23BB} |
| Python | \u232b | \u23bb |
| UTF-8 | e2 8c ab | e2 8e bb |
How to Distinguish
Both Erase To The Left and Horizontal Scan Line-3 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.