Option Key vs Symbol For Samaritan Source
VS
Property Comparison
Encoding Comparison
| Format | 2325 | 214F |
|---|---|---|
| Unicode | U+2325 | U+214F |
| HTML Decimal | ⌥ | ⅏ |
| HTML Hex | ⌥ | ⅏ |
| CSS | \2325 | \214F |
| JavaScript | \u{2325} | \u{214F} |
| Python | \u2325 | \u214f |
| UTF-8 | e2 8c a5 | e2 85 8f |
How to Distinguish
Both Option Key and Symbol For Samaritan Source 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.