Convert OnlineConvertOnline

null characterUTF-8 Character/Symbol

Copy this symbol

null character

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

0000
0

HTML Examples

Using HEX code of null character in HTML file

<span> &#x0000; </span>

Using Decimal code of null character in HTML file

<span> &#0; </span>

CSS Example

Using HEX code of null character in CSS file for content

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