High Voltage Sign vs Snowman Without Snow
VS
Property Comparison
Encoding Comparison
| Format | 26A1 | 26C4 |
|---|---|---|
| Unicode | U+26A1 | U+26C4 |
| HTML Decimal | ⚡ | ⛄ |
| HTML Hex | ⚡ | ⛄ |
| CSS | \26A1 | \26C4 |
| JavaScript | \u{26A1} | \u{26C4} |
| Python | \u26a1 | \u26c4 |
| UTF-8 | e2 9a a1 | e2 9b 84 |
How to Distinguish
Both High Voltage Sign and Snowman Without Snow belong to the Weather category and the Miscellaneous Symbols block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.