U+25A1 · Geometric Shapes
White Square □
The white square is an outlined, empty square. It is commonly used as a blank checkbox in plain-text lists and printed forms, as an empty bullet, or as an unfilled marker in ratings and legends next to the black square. It also works as a placeholder for a missing value in puzzles and math exercises.
Character codes
| Unicode code point | U+25A1 | |
|---|---|---|
| Decimal | 9633 | |
| HTML named entity | □ | |
| HTML (hex) | □ | |
| HTML (decimal) | □ | |
| CSS | \25A1 | |
| JavaScript | \u25A1 | |
| Python | \u25A1 | |
| UTF-8 bytes | E2 96 A1 | |
| UTF-16 | 25A1 | |
| URL-encoded | %E2%96%A1 |
Character details
| Official name | WHITE SQUARE |
|---|---|
| Unicode block | Geometric Shapes |
| General category | Other Symbol (So) |
| SymbolHero category | Geometric Shapes |
| Emoji | No |
How to type □
Windows
- In Microsoft Word or Outlook: type
25A1then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “white square”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “white square”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
25A1.
iPhone & Android
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “white square” or enter
U+25A1. - HTML:
□or□ - Excel / Google Sheets:
=UNICHAR(9633)
Examples
- □ Passport □ Tickets □ Charger
- Rating: ■■■□□
- □ Yes □ No
Good to know
Don’t mix it up: It looks like ☐ (U+2610, BALLOT BOX), which is intended specifically as a checkbox and pairs with ☑ and ☒.
Tip: The HTML named entity □ outputs this character.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar geometric shapes
Questions
What is the Unicode for □?
It is U+25A1 (WHITE SQUARE), decimal 9633.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 25A1 then Alt+X, or copy it from this page.
How do I type it on a Mac?
There is no built-in Option shortcut. Use the Character Viewer (Control + Command + Space) and search “white square”, or copy it from this page.
What is the HTML code?
Use the named entity □ or the numeric reference □.