Symbol For Data Link Escape vs Symbol For Delete
VS
Property Comparison
Encoding Comparison
| Format | 2410 | 2421 |
|---|---|---|
| Unicode | U+2410 | U+2421 |
| HTML Decimal | ␐ | ␡ |
| HTML Hex | ␐ | ␡ |
| CSS | \2410 | \2421 |
| JavaScript | \u{2410} | \u{2421} |
| Python | \u2410 | \u2421 |
| UTF-8 | e2 90 90 | e2 90 a1 |
How to Distinguish
Both Symbol For Data Link Escape and Symbol For Delete 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.