Open Box vs Symbol For Delete Rectangular Checker Board Form
VS
Property Comparison
Encoding Comparison
| Format | 2423 | 2428 |
|---|---|---|
| Unicode | U+2423 | U+2428 |
| HTML Decimal | ␣ | ␨ |
| HTML Hex | ␣ | ␨ |
| CSS | \2423 | \2428 |
| JavaScript | \u{2423} | \u{2428} |
| Python | \u2423 | \u2428 |
| UTF-8 | e2 90 a3 | e2 90 a8 |
How to Distinguish
Both Open Box and Symbol For Delete Rectangular Checker Board Form 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.