Element Of
Name Element Of
Unicode U+2208
CSS Code \2208
HTML Entity ∈
HTML Code ∈
html
<div>&#8712;</div>
css
div::before {
  content: "\2208";
}