HTML Entity/Symbol⊠(SQUARED TIMES )

Copy this symbol

SQUARED TIMES

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

⊠
⊠
U+022A0
\22a0
⊠

HTML Examples

Using HTML Code value in HTML file

<span> &#8864; </span>

Using HTML Entity value in HTML file

<span> &boxtimes; </span>

CSS Example

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

span { 
    content: "\22a0";
}
All HTML Symbols