Not True
Name Not True
Unicode U+22AD
CSS Code \22AD
HTML Entity ⊭
HTML Code ⊭
html
<div>&#8877;</div>
css
div::before {
  content: "\22AD";
}