HTML Entity/Symbol​(ZERO WIDTH SPACE )

Copy this symbol

ZERO WIDTH SPACE

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

​
​
U+0200B
\200b
​

HTML Examples

Using HTML Code value in HTML file

<span> &#8203; </span>

Using HTML Entity value in HTML file

<span> &NegativeMediumSpace; </span>

CSS Example

Using CSS content code of the HTML entity &NegativeMediumSpace; to specify in a CSS file

span { 
    content: "\200b";
}
All HTML Symbols