Option Key vs Symbol For Data Link Escape
VS
Property Comparison
Encoding Comparison
| Format | 2325 | 2410 |
|---|---|---|
| Unicode | U+2325 | U+2410 |
| HTML Decimal | ⌥ | ␐ |
| HTML Hex | ⌥ | ␐ |
| CSS | \2325 | \2410 |
| JavaScript | \u{2325} | \u{2410} |
| Python | \u2325 | \u2410 |
| UTF-8 | e2 8c a5 | e2 90 90 |
How to Distinguish
Both Option Key and Symbol For Data Link Escape are in the Technical category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.