Black Snowman vs High Voltage Sign
VS
Property Comparison
Encoding Comparison
| Format | 26C7 | 26A1 |
|---|---|---|
| Unicode | U+26C7 | U+26A1 |
| HTML Decimal | ⛇ | ⚡ |
| HTML Hex | ⛇ | ⚡ |
| CSS | \26C7 | \26A1 |
| JavaScript | \u{26C7} | \u{26A1} |
| Python | \u26c7 | \u26a1 |
| UTF-8 | e2 9b 87 | e2 9a a1 |
How to Distinguish
Both Black Snowman and High Voltage Sign 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.