Black Chess King vs White Chess King
VS
Property Comparison
| Property | ♚ 265A | ♔ 2654 |
|---|---|---|
| Name | Black Chess King | White Chess King |
| 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 | 265A | 2654 |
|---|---|---|
| Unicode | U+265A | U+2654 |
| HTML Decimal | ♚ | ♔ |
| HTML Hex | ♚ | ♔ |
| CSS | \265A | \2654 |
| JavaScript | \u{265A} | \u{2654} |
| Python | \u265a | \u2654 |
| UTF-8 | e2 99 9a | e2 99 94 |
How to Distinguish
Both Black Chess King and White Chess King 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.