Option Key vs Script Capital L
VS
Property Comparison
Encoding Comparison
| Format | 2325 | 2112 |
|---|---|---|
| Unicode | U+2325 | U+2112 |
| HTML Decimal | ⌥ | ℒ |
| HTML Hex | ⌥ | ℒ |
| CSS | \2325 | \2112 |
| JavaScript | \u{2325} | \u{2112} |
| Python | \u2325 | \u2112 |
| UTF-8 | e2 8c a5 | e2 84 92 |
How to Distinguish
Both Option Key and Script Capital L 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.