Angle With Underbar

Shortcodes

Copy and paste codes for Angle With Underbar symbol ⦤ to use in your websites, apps, blogs, and more.

Unicode
U+29A4
HTML Code
⦤
HEX Code
⦤
CSS Code
\29A4
JS/JSON
\u29A4
Unix/C/PHP/JAVA
0x29A4
URL-encode
%E2%A6%A4
copied

Customize Angle With Underbar Symbol

Customize ⦤ symbol as you like and download Angle With Underbar 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 Angle With Underbar symbol in HTML, CSS, and JS?

Insert ⦤ Angle With Underbar using HTML

1. Copy-paste Angle With Underbar directly:
<span>⦤</span>
2. HTML Decimal Code:
<span>&#10660;</span>
3. Hexadecimal Code:
<span>&#x29A4;</span>
Preview:

Add Angle With Underbar symbol with CSS

.angle-with-underbar::before {
    content: '\\29A4';
}
Preview: Angle With Underbar

Angle With Underbar JavaScript Code

1. Direct Symbol:
document.querySelector('.angle-with-underbar').textContent = '⦤';
2. Unicode Escape for ⦤:
document.querySelector('.angle-with-underbar').textContent = '\u29A4';
Preview: