Intersection
Name Intersection
Unicode U+2229
CSS Code \2229
HTML Entity ∩
HTML Code ∩
html
<div>&#8745;</div>
css
div::before {
  content: "\2229";
}