There Exists
Name There Exists
Unicode U+2203
CSS Code \2203
HTML Entity ∃
HTML Code ∃
html
<div>&#8707;</div>
css
div::before {
  content: "\2203";
}