Black Spade Suit vs White Heart Suit
VS
Property Comparison
| Property | ♠ 2660 | ♡ 2661 |
|---|---|---|
| Name | Black Spade Suit | White Heart 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 | 2661 |
|---|---|---|
| Unicode | U+2660 | U+2661 |
| HTML Decimal | ♠ | ♡ |
| HTML Hex | ♠ | ♡ |
| CSS | \2660 | \2661 |
| JavaScript | \u{2660} | \u{2661} |
| Python | \u2660 | \u2661 |
| UTF-8 | e2 99 a0 | e2 99 a1 |
How to Distinguish
Black Spade Suit belongs to Chess & Cards while White Heart 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.