Double Vertical Bar Double Right Turnstile

UNICODE

U+022AB

HEX CODE

⊫

HTML CODE

⊫

HTML ENTITY

⊫

CSS CODE

\22AB
// html example
<span>&#8875;</span>

// css example
span {
  content: "\22AB";
}