Complement
Name Complement
Unicode U+2201
CSS Code \2201
HTML Entity ∁
HTML Code ∁
html
<div>&#8705;</div>
css
div::before {
  content: "\2201";
}