Symbol For Data Link Escape vs Symbol For Unit Separator
VS
Property Comparison
Encoding Comparison
| Format | 2410 | 241F |
|---|---|---|
| Unicode | U+2410 | U+241F |
| HTML Decimal | ␐ | ␟ |
| HTML Hex | ␐ | ␟ |
| CSS | \2410 | \241F |
| JavaScript | \u{2410} | \u{241F} |
| Python | \u2410 | \u241f |
| UTF-8 | e2 90 90 | e2 90 9f |
How to Distinguish
Both Symbol For Data Link Escape and Symbol For Unit Separator 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.