Option Key vs White Nib
VS
Property Comparison
Encoding Comparison
| Format | 2325 | 2711 |
|---|---|---|
| Unicode | U+2325 | U+2711 |
| HTML Decimal | ⌥ | ✑ |
| HTML Hex | ⌥ | ✑ |
| CSS | \2325 | \2711 |
| JavaScript | \u{2325} | \u{2711} |
| Python | \u2325 | \u2711 |
| UTF-8 | e2 8c a5 | e2 9c 91 |
How to Distinguish
Both Option Key and White Nib 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.