Square Cap
Name Square Cap
Unicode U+2293
CSS Code \2293
HTML Entity ⊓
HTML Code ⊓
html
<div>&#8851;</div>
css
div::before {
  content: "\2293";
}