N-Ary Coproduct
Name N-Ary Coproduct
Unicode U+2210
CSS Code \2210
HTML Entity ∐
HTML Code ∐
html
<div>&#8720;</div>
css
div::before {
  content: "\2210";
}