Black Club Suit vs Playing Card Jack Of Spades
VS
Property Comparison
| Property | ♣ 2663 | 🂫 1F0AB |
|---|---|---|
| Name | Black Club Suit | Playing Card Jack Of Spades |
| Category | Chess & Cards | Chess & Cards |
| Block | Miscellaneous Symbols | Playing Cards |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2663 | 1F0AB |
|---|---|---|
| Unicode | U+2663 | U+1F0AB |
| HTML Decimal | ♣ | 🂫 |
| HTML Hex | ♣ | 🂫 |
| CSS | \2663 | \1F0AB |
| JavaScript | \u{2663} | \u{1F0AB} |
| Python | \u2663 | \U0001f0ab |
| UTF-8 | e2 99 a3 | f0 9f 82 ab |
How to Distinguish
Both Black Club Suit and Playing Card Jack Of Spades are in the Chess & Cards 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.