HTML Entity/Symbol∄(THERE DOES NOT EXIST )

Copy this symbol

THERE DOES NOT EXIST

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

∄
∄
U+02204
\2204
∄

HTML Examples

Using HTML Code value in HTML file

<span> &#8708; </span>

Using HTML Entity value in HTML file

<span> &nexist; </span>

CSS Example

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

span { 
    content: "\2204";
}
All HTML Symbols