HTML Entity/Symbol⊞(SQUARED PLUS )

Copy this symbol

SQUARED PLUS

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

⊞
⊞
U+0229E
\229e
⊞

HTML Examples

Using HTML Code value in HTML file

<span> &#8862; </span>

Using HTML Entity value in HTML file

<span> &boxplus; </span>

CSS Example

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

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