Not a Superset Of
Name Not a Superset Of
Unicode U+2285
CSS Code \2285
HTML Entity ⊅
HTML Code ⊅
html
<div>&#8837;</div>
css
div::before {
  content: "\2285";
}