Squared Plus
Name Squared Plus
Unicode U+229E
CSS Code \229E
HTML Entity ⊞
HTML Code ⊞
html
<div>&#8862;</div>
css
div::before {
  content: "\229E";
}