HTML Entity/Symbol▸(BLACK RIGHT-POINTING SMALL TRIANGLE )

Copy this symbol

BLACK RIGHT-POINTING SMALL TRIANGLE

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

▸
▸
U+025B8
\25b8
▸

HTML Examples

Using HTML Code value in HTML file

<span> &#9656; </span>

Using HTML Entity value in HTML file

<span> &blacktriangleright; </span>

CSS Example

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

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