HTML Entity/Symbol⌐(REVERSED NOT SIGN )

Copy this symbol

REVERSED NOT SIGN

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

⌐
⌐
U+02310
\2310
⌐

HTML Examples

Using HTML Code value in HTML file

<span> &#8976; </span>

Using HTML Entity value in HTML file

<span> &bnot; </span>

CSS Example

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

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