HTML Entity/Symbol▽(WHITE DOWN-POINTING TRIANGLE )

Copy this symbol

WHITE DOWN-POINTING TRIANGLE

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

▽
▽
U+025BD
\25bd
▽

HTML Examples

Using HTML Code value in HTML file

<span> &#9661; </span>

Using HTML Entity value in HTML file

<span> &bigtriangledown; </span>

CSS Example

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

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