Black Heart Suit vs White Diamond Suit
VS
Property Comparison
Encoding Comparison
| Format | 2665 | 2662 |
|---|---|---|
| Unicode | U+2665 | U+2662 |
| HTML Decimal | ♥ | ♢ |
| HTML Hex | ♥ | ♢ |
| CSS | \2665 | \2662 |
| JavaScript | \u{2665} | \u{2662} |
| Python | \u2665 | \u2662 |
| UTF-8 | e2 99 a5 | e2 99 a2 |
How to Distinguish
Both Black Heart Suit and White Diamond Suit belong to the Hearts category and the Miscellaneous Symbols block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.