HTML Entity/Symbol¬(NOT SIGN )

¬
Copy this symbol

NOT SIGN

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

¬
¬
U+000AC
\00ac
¬

HTML Examples

Using HTML Code value in HTML file

<span> &#172; </span>

Using HTML Entity value in HTML file

<span> &not; </span>

CSS Example

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

span { 
    content: "\00ac";
}
All HTML Symbols