Snowflake vs Snowman
VS
Property Comparison
Encoding Comparison
| Format | 2744 | 2603 |
|---|---|---|
| Unicode | U+2744 | U+2603 |
| HTML Decimal | ❄ | ☃ |
| HTML Hex | ❄ | ☃ |
| CSS | \2744 | \2603 |
| JavaScript | \u{2744} | \u{2603} |
| Python | \u2744 | \u2603 |
| UTF-8 | e2 9d 84 | e2 98 83 |
How to Distinguish
Both Snowflake and Snowman 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.