Double Vertical Bar Double Right Turnstile
Name Double Vertical Bar Double Right Turnstile
Unicode U+22AB
CSS Code \22AB
HTML Entity ⊫
HTML Code ⊫
html
<div>&#8875;</div>
css
div::before {
  content: "\22AB";
}