HTML Entity/Symbol▮(BLACK VERTICAL RECTANGLE )

Copy this symbol

BLACK VERTICAL RECTANGLE

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

▮
▮
U+025AE
\25ae
▮

HTML Examples

Using HTML Code value in HTML file

<span> &#9646; </span>

Using HTML Entity value in HTML file

<span> &marker; </span>

CSS Example

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

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