Subset of with Not Equal To
Name Subset of with Not Equal To
Unicode U+228A
CSS Code \228A
HTML Entity ⊊
HTML Code ⊊
html
<div>&#8842;</div>
css
div::before {
  content: "\228A";
}