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