SPACE ( )
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+0020
Codepoint
32
Notes
sometimes considered a control code
other space characters: 2000-200A
Character Encoding
UTF-8
0x20
UTF-16
0x0020
UTF-32
0x00000020
Copy & Paste Codes
Unicode Escape
\u{0020}
HTML Entity (Decimal)
 
HTML Entity (Hex)
 
CSS Code
\0020
JavaScript/JSON
String.fromCodePoint(0x0020)
Python
chr(0x0020)
Ruby/PHP
chr(0x0020)
Unix, C, PHP, JAVA
0x0020
Perl
chr(0x0020)
URL Encoded
%0020