Ballot X vs Cross Mark
VS
Property Comparison
| Property | ✗ 2717 | ❌ 274C |
|---|---|---|
| Name | Ballot X | Cross Mark |
| Category | Crosses & X Marks | Crosses & X Marks |
| Block | Dingbats | Dingbats |
| Script | Zyyy | Zyyy |
| General Category | Other Symbol (So) | Other Symbol (So) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2717 | 274C |
|---|---|---|
| Unicode | U+2717 | U+274C |
| HTML Decimal | ✗ | ❌ |
| HTML Hex | ✗ | ❌ |
| CSS | \2717 | \274C |
| JavaScript | \u{2717} | \u{274C} |
| Python | \u2717 | \u274c |
| UTF-8 | e2 9c 97 | e2 9d 8c |
How to Distinguish
Both Ballot X and Cross Mark belong to the Crosses & X Marks category and the Dingbats 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.