HTML Entity/Symbol⊭(NOT TRUE )

Copy this symbol

NOT TRUE

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

⊭
⊭
U+022AD
\22ad
⊭

HTML Examples

Using HTML Code value in HTML file

<span> &#8877; </span>

Using HTML Entity value in HTML file

<span> &nvDash; </span>

CSS Example

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

span { 
    content: "\22ad";
}
All HTML Symbols