High Voltage Sign vs Snowflake
VS
Property Comparison
Encoding Comparison
| Format | 26A1 | 2744 |
|---|---|---|
| Unicode | U+26A1 | U+2744 |
| HTML Decimal | ⚡ | ❄ |
| HTML Hex | ⚡ | ❄ |
| CSS | \26A1 | \2744 |
| JavaScript | \u{26A1} | \u{2744} |
| Python | \u26a1 | \u2744 |
| UTF-8 | e2 9a a1 | e2 9d 84 |
How to Distinguish
Both High Voltage Sign and Snowflake are in the Weather 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.