U+3000 · CJK Symbols and Punctuation
Ideographic Space
The ideographic space is a blank space as wide as one Chinese, Japanese or Korean character, often called a full-width space. It keeps CJK text aligned on a grid. Outside CJK text, people use it to create wider gaps in usernames, bios or layouts where regular spaces get collapsed.
Character codes
| Unicode code point | U+3000 | |
|---|---|---|
| Decimal | 12288 | |
| HTML (hex) | | |
| HTML (decimal) | | |
| CSS | \3000 | |
| JavaScript | \u3000 | |
| Python | \u3000 | |
| UTF-8 bytes | E3 80 80 | |
| UTF-16 | 3000 | |
| URL-encoded | %E3%80%80 |
Character details
| Official name | IDEOGRAPHIC SPACE |
|---|---|
| Unicode block | CJK Symbols and Punctuation |
| General category | Space Separator (Zs) |
| SymbolHero category | Spaces & Invisible Characters |
| Decomposition | <wide> U+0020 |
| Emoji | No |
How to type the Ideographic Space
Windows
- In Microsoft Word or Outlook: type
3000then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “ideographic space”, then Select and Copy.
Mac
- Press Control + Command + Space to open the Character Viewer, search “ideographic space”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
3000.
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 “ideographic space” or enter
U+3000. - HTML:
- Excel / Google Sheets:
=UNICHAR(12288)
Examples
- Separating words in Japanese text typed with a full-width input mode
- Indenting the first line of a Japanese paragraph by one character width
- Adding a visible gap in a social media bio where ordinary spaces are trimmed
Good to know
Don’t mix it up: It looks like an ordinary space (U+0020) but is much wider and is not treated as ordinary whitespace by every program.
Tip: Paste text into a Unicode inspector to spot stray ideographic spaces, which can break searches and data imports.
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 spaces & invisible characters
Questions
What is the Unicode for the Ideographic Space?
It is U+3000 (IDEOGRAPHIC SPACE), decimal 12288.
Is there a Windows Alt code for it?
No standard Alt code exists for this character. In Word type 3000 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 “ideographic space”, or copy it from this page.
What is the HTML code?
Use the numeric reference (or ). There is no named entity.