Symbol For Delete vs Symbol For Horizontal Tabulation
VS
Property Comparison
Encoding Comparison
| Format | 2421 | 2409 |
|---|---|---|
| Unicode | U+2421 | U+2409 |
| HTML Decimal | ␡ | ␉ |
| HTML Hex | ␡ | ␉ |
| CSS | \2421 | \2409 |
| JavaScript | \u{2421} | \u{2409} |
| Python | \u2421 | \u2409 |
| UTF-8 | e2 90 a1 | e2 90 89 |
How to Distinguish
Both Symbol For Delete and Symbol For Horizontal Tabulation 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.