Inverted Undertie

Shortcodes

Copy and paste codes for Inverted Undertie symbol ⁔ to use in your websites, apps, blogs, and more.

Unicode
U+2054
HTML Code
⁔
HEX Code
⁔
CSS Code
\2054
JS/JSON
\u2054
Unix/C/PHP/JAVA
0x2054
URL-encode
%E2%81%94
copied

Customize Inverted Undertie Symbol

Customize ⁔ symbol as you like and download Inverted Undertie 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 Inverted Undertie symbol in HTML, CSS, and JS?

Insert ⁔ Inverted Undertie using HTML

1. Copy-paste Inverted Undertie directly:
<span>⁔</span>
2. HTML Decimal Code:
<span>&#8276;</span>
3. Hexadecimal Code:
<span>&#x2054;</span>
Preview:

Add Inverted Undertie symbol with CSS

.inverted-undertie::before {
    content: '\\2054';
}
Preview: Inverted Undertie

Inverted Undertie JavaScript Code

1. Direct Symbol:
document.querySelector('.inverted-undertie').textContent = '⁔';
2. Unicode Escape for ⁔:
document.querySelector('.inverted-undertie').textContent = '\u2054';
Preview: