HTML Entity/Symbol⊡(SQUARED DOT OPERATOR )

Copy this symbol

SQUARED DOT OPERATOR

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

⊡
⊡
U+022A1
\22a1
⊡

HTML Examples

Using HTML Code value in HTML file

<span> &#8865; </span>

Using HTML Entity value in HTML file

<span> &dotsquare; </span>

CSS Example

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

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