HTML Entity/Symbol⊟(SQUARED MINUS )

Copy this symbol

SQUARED MINUS

Click on any of the following code values to copy to clipboard.

⊟
⊟
U+0229F
\229f
⊟

HTML Examples

Using HTML Code value in HTML file

<span> &#8863; </span>

Using HTML Entity value in HTML file

<span> &boxminus; </span>

CSS Example

Using CSS content code of the HTML entity &boxminus; to specify in a CSS file

span { 
    content: "\229f";
}
All HTML Symbols