HTML Entity/Symbol≁(NOT TILDE )

Copy this symbol

NOT TILDE

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

≁
≁
U+02241
\2241
≁

HTML Examples

Using HTML Code value in HTML file

<span> &#8769; </span>

Using HTML Entity value in HTML file

<span> &NotTilde; </span>

CSS Example

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

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