Grimacing Face vs Relieved Face
VS
Property Comparison
| Property | 😬 1F62C | 😌 1F60C |
|---|---|---|
| Name | Grimacing Face | Relieved Face |
| Category | Stars & Asterisks | Stars & Asterisks |
| Block | Emoticons | Emoticons |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 1F62C | 1F60C |
|---|---|---|
| Unicode | U+1F62C | U+1F60C |
| HTML Decimal | 😬 | 😌 |
| HTML Hex | 😬 | 😌 |
| CSS | \1F62C | \1F60C |
| JavaScript | \u{1F62C} | \u{1F60C} |
| Python | \U0001f62c | \U0001f60c |
| UTF-8 | f0 9f 98 ac | f0 9f 98 8c |
How to Distinguish
Both Grimacing Face and Relieved Face belong to the Stars & Asterisks category and the Emoticons 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.