copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText(' '); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
SPACE
Overview
The space character occupies U+0020 in the Basic Latin block and is the most common whitespace character in written text. Classified in Unicode as a space separator, it produces the horizontal gap that separates words and other elements. Though invisible, it is fundamental to the structure of nearly all text, and as one of the earliest defined characters it sits within the original ASCII range at the foundation of the Basic Latin block.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0020 | |
| decimal | 32 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \0020 | |
| javascript | \u{20} | |
| python | \u0020 | |
| java | \u0020 | |
| go | \u0020 | |
| ruby | \u{20} | |
| rust | \u{20} | |
| ccpp | \u0020 | |
| urlencoded | %20 | |
| utf8bytes | 20 | |
| utf16bebytes | 00 20 | |
| utf32bebytes | 00 00 00 20 |
How to Use
HTML:
 
CSS:
content: "\0020"
JavaScript:
"\u{20}"
Python:
"\u0020"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Space Separator (Zs)
- Bidirectional
- WS
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the character (SPACE)?
(SPACE) is the Unicode character U+0020.
What is the Unicode codepoint of SPACE?
The SPACE character ( ) has codepoint U+0020.
How do I type or copy SPACE?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.