SPACEUTF-8 Character/Symbol

Copy this symbol

SPACE

Click on any of the following code values to copy to clipboard.

0020
32

HTML Examples

Using HEX code of SPACE in HTML file

<span> &#x0020; </span>

Using Decimal code of SPACE in HTML file

<span> &#32; </span>

CSS Example

Using HEX code of SPACE in CSS file for content

span { 
    content: '\0020';
}
All UTF-8 Symbols