Empty Set
Name Empty Set
Unicode U+2205
CSS Code \2205
HTML Entity ∅
HTML Code ∅
html
<div>&#8709;</div>
css
div::before {
  content: "\2205";
}