Snowman Without Snow vs Sun Behind Cloud
VS
Property Comparison
Encoding Comparison
| Format | 26C4 | 26C5 |
|---|---|---|
| Unicode | U+26C4 | U+26C5 |
| HTML Decimal | ⛄ | ⛅ |
| HTML Hex | ⛄ | ⛅ |
| CSS | \26C4 | \26C5 |
| JavaScript | \u{26C4} | \u{26C5} |
| Python | \u26c4 | \u26c5 |
| UTF-8 | e2 9b 84 | e2 9b 85 |
How to Distinguish
Both Snowman Without Snow and Sun Behind Cloud 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.