Subset of or Equal To
Name Subset of or Equal To
Unicode U+2286
CSS Code \2286
HTML Entity ⊆
HTML Code ⊆
html
<div>&#8838;</div>
css
div::before {
  content: "\2286";
}