Technical information

Symbol
NameSpace
Unicode numberU+0020
CategoryASCII Table2. ASCII punctuation and symbols
DescriptionThe Unicode character , or U+0020, is known as the "Space". It falls under the "Basic Latin" block and the "Separator, Space" category in the Unicode standard. This character is typically used to separate words or other elements in a text. It doesn't represent a visible mark itself but creates a gap or space between other visible characters. As a form of whitespace, it plays a critical role in writing and typography, helping to make text readable and organized. Its usage extends beyond simple word separation, as it is also often employed to create indentation, align text, and manage layout in a variety of text processing contexts.

Encoding

HTML Entity 
HTML Entity (hex) 
URL Escape Code%20
UTF-8 (hex)0x20
UTF-8 (binary)00100000
UTF-160x0020
UTF-320x00000020

Source Code

C, C++, and Java"\u0020"
CSS Code\0020
JavaScript"\u0020"
Perl\x{0020}
Python 2u"\u0020"
Python 3\u0020
Ruby\u{0020}

Preview

This Unicode character looks like this in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#32;</span>

            
span {
    content: "\0020";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References