Right Tack
Name Right Tack
Unicode U+22A2
CSS Code \22A2
HTML Entity ⊢
HTML Code ⊢
html
<div>&#8866;</div>
css
div::before {
  content: "\22A2";
}