Neither a Subset of nor Equal To
Name Neither a Subset of nor Equal To
Unicode U+2288
CSS Code \2288
HTML Entity ⊈
HTML Code ⊈
html
<div>&#8840;</div>
css
div::before {
  content: "\2288";
}