HTML Entity/Symbol▭(WHITE RECTANGLE )

Copy this symbol

WHITE RECTANGLE

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

▭
▭
U+025AD
\25ad
▭

HTML Examples

Using HTML Code value in HTML file

<span> &#9645; </span>

Using HTML Entity value in HTML file

<span> &rect; </span>

CSS Example

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

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