HTML Entity/Symbol⊮(DOES NOT FORCE )

Copy this symbol

DOES NOT FORCE

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

⊮
⊮
U+022AE
\22ae
⊮

HTML Examples

Using HTML Code value in HTML file

<span> &#8878; </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: "\22ae";
}
All HTML Symbols