HTML Entity/Symbol⊫(DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE )

Copy this symbol

DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE

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

⊫
⊫
U+022AB
\22ab
⊫

HTML Examples

Using HTML Code value in HTML file

<span> &#8875; </span>

Using HTML Entity value in HTML file

<span> &VDash; </span>

CSS Example

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

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