Superset of with Not Equal To
Name Superset of with Not Equal To
Unicode U+228B
CSS Code \228B
HTML Entity ⊋
HTML Code ⊋
html
<div>&#8843;</div>
css
div::before {
  content: "\228B";
}