White Chess King vs White Chess Queen
VS
Property Comparison
| Property | ♔ 2654 | ♕ 2655 |
|---|---|---|
| Name | White Chess King | White Chess Queen |
| Category | Chess & Cards | Chess & Cards |
| Block | Miscellaneous Symbols | Miscellaneous Symbols |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2654 | 2655 |
|---|---|---|
| Unicode | U+2654 | U+2655 |
| HTML Decimal | ♔ | ♕ |
| HTML Hex | ♔ | ♕ |
| CSS | \2654 | \2655 |
| JavaScript | \u{2654} | \u{2655} |
| Python | \u2654 | \u2655 |
| UTF-8 | e2 99 94 | e2 99 95 |
How to Distinguish
Both White Chess King and White Chess Queen belong to the Chess & Cards 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.