Long Right Tack

Shortcodes

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

Unicode
U+27DD
HTML Code
⟝
HEX Code
⟝
CSS Code
\27DD
JS/JSON
\u27DD
Unix/C/PHP/JAVA
0x27DD
URL-encode
%E2%9F%9D
copied

Customize Long Right Tack Symbol

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

Insert ⟝ Long Right Tack using HTML

1. Copy-paste Long Right Tack directly:
<span>⟝</span>
2. HTML Decimal Code:
<span>&#10205;</span>
3. Hexadecimal Code:
<span>&#x27DD;</span>
Preview:

Add Long Right Tack symbol with CSS

.long-right-tack::before {
    content: '\\27DD';
}
Preview: Long Right Tack

Long Right Tack JavaScript Code

1. Direct Symbol:
document.querySelector('.long-right-tack').textContent = '⟝';
2. Unicode Escape for ⟝:
document.querySelector('.long-right-tack').textContent = '\u27DD';
Preview: