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