Ballot box with X (☒) is Unicode U+2612 in the Miscellaneous Symbols block. It is the crossed / negated ballot-style glyph used for reject, against, or disabled states in static lists and surveys. HTML has no standard named entity — use numeric or CSS forms (or type the character in UTF-8).
Remember
Character ☒
Unicode U+2612
Hex entity ☒
Decimal ☒
Named entity (none)
CSS escape \2612
Related ☐ U+2610 · ☑ U+2611 · ✗ U+2717
All of these produce the same glyph: ☒. Prefer typing ☒ in UTF-8 when you can; use ☒ / ☒ or CSS for generated content. For interactive toggles, use native inputs (or ARIA) with clear labels — not ☒ alone.
✗ (U+2717) has no box — different character from ☒.
CSS vs HTML
Do not mix escapes
\2612 belongs in CSS. ☒ / ☒ belong in HTML.
Semicolon
End references
Always finish with ; — write ☒, not ☒.
Compatibility
Browser Support
Ballot box with X (U+2612) and its entity forms (☒, ☒, CSS \\2612) are supported in all mainstream browsers. Glyph quality depends on font support for Miscellaneous Symbols.
✓ Universal support
Ballot Box with X (☒)
Type ☒, or encode with hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2612 / entitiesFull support
Bottom line: Prefer a typed ☒ or ☒ for static rejected ballots. Use decimal when generating markup, and \\2612 only inside CSS content.
Remember
Key Takeaways
Unicode: ballot box with X is U+2612 (decimal 9746).
HTML: use ☒ or ☒ (no named entity).
CSS: use \2612 inside content for generated icons.
Watch out: ☒ ≠ ✗ (no box) — and ☒ is not a real form control.
One line:U+2612 → ☒ / ☒ / CSS \2612.
Frequently Asked Questions
Use ☒ (hex), ☒ (decimal), or the CSS escape \2612 in the content property. All render ☒. You can also paste ☒ directly if your file is UTF-8. There is no standard named entity.
U+2612 (hex 2612, decimal 9746). Unicode names it BALLOT BOX WITH X. It belongs to the Miscellaneous Symbols block.
No. HTML5 / WHATWG does not define a named character reference for U+2612. Prefer ☒, ☒, or a typed ☒ in UTF-8.
No for interactive forms. Use native inputs (or ARIA) with clear labels. Use ☒ as a visual glyph for rejected / negated / disabled states in static lists — not as the only control.
☒ is ballot box with X (U+2612). ☐ is empty (U+2610). ☑ is checked (U+2611). ✗ is ballot X without a box (U+2717) — a different character.
HTML entities (☒ or ☒) go in markup. The CSS escape \2612 is used in stylesheets (usually in the content property of ::before/::after). Both render ☒.
🤔
Did you know?
Ballot box with X is Unicode U+2612 (decimal 9746) in the Miscellaneous Symbols block — official name BALLOT BOX WITH X. There is no standard named HTML entity. It pairs with empty ☐ (U+2610) and checked ☑ (U+2611). For interactive controls, prefer native inputs — do not use ☒ alone as a toggle.