Hot Beverage vs Snowman
VS
Property Comparison
Encoding Comparison
| Format | 2615 | 2603 |
|---|---|---|
| Unicode | U+2615 | U+2603 |
| HTML Decimal | ☕ | ☃ |
| HTML Hex | ☕ | ☃ |
| CSS | \2615 | \2603 |
| JavaScript | \u{2615} | \u{2603} |
| Python | \u2615 | \u2603 |
| UTF-8 | e2 98 95 | e2 98 83 |
How to Distinguish
Both Hot Beverage and Snowman 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.