HTML Entity/Symbol⧍(TRIANGLE WITH SERIFS AT BOTTOM )

Copy this symbol

TRIANGLE WITH SERIFS AT BOTTOM

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

⧍
⧍
U+029CD
\29cd
⧍

HTML Examples

Using HTML Code value in HTML file

<span> &#10701; </span>

Using HTML Entity value in HTML file

<span> &trisb; </span>

CSS Example

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

span { 
    content: "\29cd";
}
All HTML Symbols