Cross Mark vs Heavy Heart Exclamation Mark Ornament
VS
Property Comparison
| Property | ❌ 274C | ❣ 2763 |
|---|---|---|
| Name | Cross Mark | Heavy Heart Exclamation Mark Ornament |
| Category | Crosses & X Marks | Hearts |
| Block | Dingbats | Dingbats |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 274C | 2763 |
|---|---|---|
| Unicode | U+274C | U+2763 |
| HTML Decimal | ❌ | ❣ |
| HTML Hex | ❌ | ❣ |
| CSS | \274C | \2763 |
| JavaScript | \u{274C} | \u{2763} |
| Python | \u274c | \u2763 |
| UTF-8 | e2 9d 8c | e2 9d a3 |
How to Distinguish
Cross Mark belongs to Crosses & X Marks while Heavy Heart Exclamation Mark Ornament belongs to Hearts. Despite visual similarity, they serve different purposes.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.