Short Up Tack With Underbar

Shortcodes

Copy and paste codes for Short Up Tack With Underbar symbol ⫨ to use in your websites, apps, blogs, and more.

Unicode
U+2AE8
HTML Code
⫨
HEX Code
⫨
CSS Code
\2AE8
JS/JSON
\u2AE8
Unix/C/PHP/JAVA
0x2AE8
URL-encode
%E2%AB%A8
copied

Customize Short Up Tack With Underbar Symbol

Customize ⫨ symbol as you like and download Short Up Tack 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 Short Up Tack With Underbar symbol in HTML, CSS, and JS?

Insert ⫨ Short Up Tack With Underbar using HTML

1. Copy-paste Short Up Tack With Underbar directly:
<span>⫨</span>
2. HTML Decimal Code:
<span>&#10984;</span>
3. Hexadecimal Code:
<span>&#x2AE8;</span>
Preview:

Add Short Up Tack With Underbar symbol with CSS

.short-up-tack-with-underbar::before {
    content: '\\2AE8';
}
Preview: Short Up Tack With Underbar

Short Up Tack With Underbar JavaScript Code

1. Direct Symbol:
document.querySelector('.short-up-tack-with-underbar').textContent = '⫨';
2. Unicode Escape for ⫨:
document.querySelector('.short-up-tack-with-underbar').textContent = '\u2AE8';
Preview: