Triangle With Dot Above

Shortcodes

Copy and paste codes for Triangle With Dot Above symbol ⧊ to use in your websites, apps, blogs, and more.

Unicode
U+29CA
HTML Code
⧊
HEX Code
⧊
CSS Code
\29CA
JS/JSON
\u29CA
Unix/C/PHP/JAVA
0x29CA
URL-encode
%E2%A7%8A
copied

Customize Triangle With Dot Above Symbol

Customize ⧊ symbol as you like and download Triangle With Dot Above 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 Dot Above symbol in HTML, CSS, and JS?

Insert ⧊ Triangle With Dot Above using HTML

1. Copy-paste Triangle With Dot Above directly:
<span>⧊</span>
2. HTML Decimal Code:
<span>&#10698;</span>
3. Hexadecimal Code:
<span>&#x29CA;</span>
Preview:

Add Triangle With Dot Above symbol with CSS

.triangle-with-dot-above::before {
    content: '\\29CA';
}
Preview: Triangle With Dot Above

Triangle With Dot Above JavaScript Code

1. Direct Symbol:
document.querySelector('.triangle-with-dot-above').textContent = '⧊';
2. Unicode Escape for ⧊:
document.querySelector('.triangle-with-dot-above').textContent = '\u29CA';
Preview: