HTML Entity/Symbol⊯(NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE )

Copy this symbol

NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE

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

⊯
⊯
U+022AF
\22af
⊯

HTML Examples

Using HTML Code value in HTML file

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