Black Diamond Suit vs White Diamond Suit
VS
Property Comparison
| Property | ♦ 2666 | ♢ 2662 |
|---|---|---|
| Name | Black Diamond Suit | White Diamond Suit |
| Category | Chess & Cards | Hearts |
| Block | Miscellaneous Symbols | Miscellaneous Symbols |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2666 | 2662 |
|---|---|---|
| Unicode | U+2666 | U+2662 |
| HTML Decimal | ♦ | ♢ |
| HTML Hex | ♦ | ♢ |
| CSS | \2666 | \2662 |
| JavaScript | \u{2666} | \u{2662} |
| Python | \u2666 | \u2662 |
| UTF-8 | e2 99 a6 | e2 99 a2 |
How to Distinguish
Black Diamond Suit belongs to Chess & Cards while White Diamond Suit 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.