Blank Symbol vs Symbol For Bell
VS
Property Comparison
Encoding Comparison
| Format | 2422 | 2407 |
|---|---|---|
| Unicode | U+2422 | U+2407 |
| HTML Decimal | ␢ | ␇ |
| HTML Hex | ␢ | ␇ |
| CSS | \2422 | \2407 |
| JavaScript | \u{2422} | \u{2407} |
| Python | \u2422 | \u2407 |
| UTF-8 | e2 90 a2 | e2 90 87 |
How to Distinguish
Both Blank Symbol and Symbol For Bell belong to the Technical category and the Control Pictures 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.