Square Cup
Name Square Cup
Unicode U+2294
CSS Code \2294
HTML Entity ⊔
HTML Code ⊔
html
<div>&#8852;</div>
css
div::before {
  content: "\2294";
}