HTML Entity/Symbol◂(BLACK LEFT-POINTING SMALL TRIANGLE )

Copy this symbol

BLACK LEFT-POINTING SMALL TRIANGLE

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

◂
◂
U+025C2
\25c2
◂

HTML Examples

Using HTML Code value in HTML file

<span> &#9666; </span>

Using HTML Entity value in HTML file

<span> &blacktriangleleft; </span>

CSS Example

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

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