Black Heart Suit vs Heavy Black Heart
VS
Property Comparison
Encoding Comparison
| Format | 2665 | 2764 |
|---|---|---|
| Unicode | U+2665 | U+2764 |
| HTML Decimal | ♥ | ❤ |
| HTML Hex | ♥ | ❤ |
| CSS | \2665 | \2764 |
| JavaScript | \u{2665} | \u{2764} |
| Python | \u2665 | \u2764 |
| UTF-8 | e2 99 a5 | e2 9d a4 |
How to Distinguish
Both Black Heart Suit and Heavy Black Heart 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.