SPACE
U+0020
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
0020
Code Point
32
Notes
sometimes considered a control code
other space characters: 2000-200A
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x20
UTF-16
0x0020
UTF-32
0x00000020
Copy & Paste Codes
Character
Unicode Escape
\u{0020}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\0020
JavaScript
String.fromCodePoint(0x0020)
Python
chr(0x0020)