Black Heart Suit vs Heavy Heart Exclamation Mark Ornament
VS
Property Comparison
Encoding Comparison
| Format | 2665 | 2763 |
|---|---|---|
| Unicode | U+2665 | U+2763 |
| HTML Decimal | ♥ | ❣ |
| HTML Hex | ♥ | ❣ |
| CSS | \2665 | \2763 |
| JavaScript | \u{2665} | \u{2763} |
| Python | \u2665 | \u2763 |
| UTF-8 | e2 99 a5 | e2 9d a3 |
How to Distinguish
Both Black Heart Suit and Heavy Heart Exclamation Mark Ornament are in the Hearts category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.