HTML Entity/Symbol◼(BLACK MEDIUM SQUARE )

Copy this symbol

BLACK MEDIUM SQUARE

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

◼
◼
U+025FC
\25fc
◼

HTML Examples

Using HTML Code value in HTML file

<span> &#9724; </span>

Using HTML Entity value in HTML file

<span> &FilledSmallSquare; </span>

CSS Example

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

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