Long Left Tack

Shortcodes

Copy and paste codes for Long Left Tack symbol ⟞ to use in your websites, apps, blogs, and more.

Unicode
U+27DE
HTML Code
⟞
HEX Code
⟞
CSS Code
\27DE
JS/JSON
\u27DE
Unix/C/PHP/JAVA
0x27DE
URL-encode
%E2%9F%9E
copied

Customize Long Left Tack Symbol

Customize ⟞ symbol as you like and download Long Left Tack 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 Long Left Tack symbol in HTML, CSS, and JS?

Insert ⟞ Long Left Tack using HTML

1. Copy-paste Long Left Tack directly:
<span>⟞</span>
2. HTML Decimal Code:
<span>&#10206;</span>
3. Hexadecimal Code:
<span>&#x27DE;</span>
Preview:

Add Long Left Tack symbol with CSS

.long-left-tack::before {
    content: '\\27DE';
}
Preview: Long Left Tack

Long Left Tack JavaScript Code

1. Direct Symbol:
document.querySelector('.long-left-tack').textContent = '⟞';
2. Unicode Escape for ⟞:
document.querySelector('.long-left-tack').textContent = '\u27DE';
Preview: