Cross Mark vs Floral Heart
VS
Property Comparison
| Property | ❌ 274C | ❦ 2766 |
|---|---|---|
| Name | Cross Mark | Floral Heart |
| 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 | 2766 |
|---|---|---|
| Unicode | U+274C | U+2766 |
| HTML Decimal | ❌ | ❦ |
| HTML Hex | ❌ | ❦ |
| CSS | \274C | \2766 |
| JavaScript | \u{274C} | \u{2766} |
| Python | \u274c | \u2766 |
| UTF-8 | e2 9d 8c | e2 9d a6 |
How to Distinguish
Cross Mark belongs to Crosses & X Marks while Floral Heart 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.