HTML Entity/Symbol⫬(DOUBLE STROKE NOT SIGN )

Copy this symbol

DOUBLE STROKE NOT SIGN

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

⫬
⫬
U+02AEC
\2aec
⫬

HTML Examples

Using HTML Code value in HTML file

<span> &#10988; </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: "\2aec";
}
All HTML Symbols