Symbol For Delete Rectangular Checker Board Form vs Symbol For Start Of Heading
VS
Property Comparison
Encoding Comparison
| Format | 2428 | 2401 |
|---|---|---|
| Unicode | U+2428 | U+2401 |
| HTML Decimal | ␨ | ␁ |
| HTML Hex | ␨ | ␁ |
| CSS | \2428 | \2401 |
| JavaScript | \u{2428} | \u{2401} |
| Python | \u2428 | \u2401 |
| UTF-8 | e2 90 a8 | e2 90 81 |
How to Distinguish
Both Symbol For Delete Rectangular Checker Board Form and Symbol For Start Of Heading 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.