For All
Name For All
Unicode U+2200
CSS Code \2200
HTML Entity ∀
HTML Code ∀
html
<div>&#8704;</div>
css
div::before {
  content: "\2200";
}