Square Image of or Equal To
⊑
UNICODE
U+02291HEX CODE
⊑HTML CODE
⊑HTML ENTITY
⊑CSS CODE
\2291 // html example
<span>⊑</span> // css example
span {
content: "\2291";
} ⊑
U+02291⊑⊑⊑\2291 // html example
<span>⊑</span> // css example
span {
content: "\2291";
}