Neither a Superset of nor Equal To
Name Neither a Superset of nor Equal To
Unicode U+2289
CSS Code \2289
HTML Entity ⊉
HTML Code ⊉
html
<div>&#8841;</div>
css
div::before {
  content: "\2289";
}