Not an Element Of
Name Not an Element Of
Unicode U+2209
CSS Code \2209
HTML Entity ∉
HTML Code ∉
html
<div>&#8713;</div>
css
div::before {
  content: "\2209";
}