Black Spade Suit vs White Diamond Suit
VS
Property Comparison
| Property | ♠ 2660 | ♢ 2662 |
|---|---|---|
| Name | Black Spade 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 | 2660 | 2662 |
|---|---|---|
| Unicode | U+2660 | U+2662 |
| HTML Decimal | ♠ | ♢ |
| HTML Hex | ♠ | ♢ |
| CSS | \2660 | \2662 |
| JavaScript | \u{2660} | \u{2662} |
| Python | \u2660 | \u2662 |
| UTF-8 | e2 99 a0 | e2 99 a2 |
How to Distinguish
Black Spade 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.