HTML Entity/Symbol◻(WHITE MEDIUM SQUARE )

Copy this symbol

WHITE MEDIUM SQUARE

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

◻
◻
U+025FB
\25fb
◻

HTML Examples

Using HTML Code value in HTML file

<span> &#9723; </span>

Using HTML Entity value in HTML file

<span> &EmptySmallSquare; </span>

CSS Example

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

span { 
    content: "\25fb";
}
All HTML Symbols