Triangle With Serifs At Bottom

Shortcodes

Copy and paste codes for Triangle With Serifs At Bottom symbol ⧍ to use in your websites, apps, blogs, and more.

Unicode
U+29CD
HTML Code
⧍
HEX Code
⧍
CSS Code
\29CD
JS/JSON
\u29CD
Unix/C/PHP/JAVA
0x29CD
URL-encode
%E2%A7%8D
copied

Customize Triangle With Serifs At Bottom Symbol

Customize ⧍ symbol as you like and download Triangle With Serifs At Bottom as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Triangle With Serifs At Bottom symbol in HTML, CSS, and JS?

Insert ⧍ Triangle With Serifs At Bottom using HTML

1. Copy-paste Triangle With Serifs At Bottom directly:
<span>⧍</span>
2. HTML Decimal Code:
<span>&#10701;</span>
3. Hexadecimal Code:
<span>&#x29CD;</span>
Preview:

Add Triangle With Serifs At Bottom symbol with CSS

.triangle-with-serifs-at-bottom::before {
    content: '\\29CD';
}
Preview: Triangle With Serifs At Bottom

Triangle With Serifs At Bottom JavaScript Code

1. Direct Symbol:
document.querySelector('.triangle-with-serifs-at-bottom').textContent = '⧍';
2. Unicode Escape for ⧍:
document.querySelector('.triangle-with-serifs-at-bottom').textContent = '\u29CD';
Preview: