HTML Entity/Symbol▪(BLACK SMALL SQUARE )

Copy this symbol

BLACK SMALL SQUARE

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

▪
▪
U+025AA
\25aa
▪

HTML Examples

Using HTML Code value in HTML file

<span> &#9642; </span>

Using HTML Entity value in HTML file

<span> &blacksquare; </span>

CSS Example

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

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