Angry Face vs Relieved Face
VS
Property Comparison
| Property | ๐ 1F620 | ๐ 1F60C |
|---|---|---|
| Name | Angry 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 | 1F620 | 1F60C |
|---|---|---|
| Unicode | U+1F620 | U+1F60C |
| HTML Decimal | 😠 | 😌 |
| HTML Hex | 😠 | 😌 |
| CSS | \1F620 | \1F60C |
| JavaScript | \u{1F620} | \u{1F60C} |
| Python | \U0001f620 | \U0001f60c |
| UTF-8 | f0 9f 98 a0 | f0 9f 98 8c |
How to Distinguish
Both Angry 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.