Open Box vs Symbol For Bell
VS
Property Comparison
Encoding Comparison
| Format | 2423 | 2407 |
|---|---|---|
| Unicode | U+2423 | U+2407 |
| HTML Decimal | ␣ | ␇ |
| HTML Hex | ␣ | ␇ |
| CSS | \2423 | \2407 |
| JavaScript | \u{2423} | \u{2407} |
| Python | \u2423 | \u2407 |
| UTF-8 | e2 90 a3 | e2 90 87 |
How to Distinguish
Both Open Box 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.