Not a Subset Of
Name Not a Subset Of
Unicode U+2284
CSS Code \2284
HTML Entity ⊄
HTML Code ⊄
html
<div>&#8836;</div>
css
div::before {
  content: "\2284";
}