const
.id
Unicode
ASCII
HTML entities
Search
Search identifiers
Home
/
ASCII
/
0x20
ascii
0x20
SP
ASCII printable character 0x20 ' ', decimal 32.
printable
whitespace
0x20
id
char
SP
name
Quick facts
Hex
0x20
Decimal
32
Octal
0o040
Binary
0b00100000
Abbreviation
SP
Kind
Printable
Unicode name
SPACE
Unicode twin
U+0020
Encodings & escapes
UTF-8
20
UTF-8
UTF-16
0x0020
UTF-16
UTF-32
0x00000020
UTF-32
HTML decimal
 
HTML decimal
HTML hex
 
HTML hex
JavaScript
\u0020
JavaScript
Python
\u0020
Python
CSS
\20
CSS
JSON
\u0020
JSON
URL (UTF-8)
%20
URL (UTF-8)
C / C++
\x20
C / C++
Developer notes
Space. Printable separator; not the same as NO-BREAK SPACE (U+00A0).
Related
Unicode
U+0020
SPACE
ASCII list
Printable
Source
Unicode
16.0.0
WHATWG
—