Left And Right Tack

Shortcodes

Copy and paste codes for Left And Right Tack symbol ⟛ to use in your websites, apps, blogs, and more.

Unicode
U+27DB
HTML Code
⟛
HEX Code
⟛
CSS Code
\27DB
JS/JSON
\u27DB
Unix/C/PHP/JAVA
0x27DB
URL-encode
%E2%9F%9B
copied

Customize Left And Right Tack Symbol

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

Insert ⟛ Left And Right Tack using HTML

1. Copy-paste Left And Right Tack directly:
<span>⟛</span>
2. HTML Decimal Code:
<span>&#10203;</span>
3. Hexadecimal Code:
<span>&#x27DB;</span>
Preview:

Add Left And Right Tack symbol with CSS

.left-and-right-tack::before {
    content: '\\27DB';
}
Preview: Left And Right Tack

Left And Right Tack JavaScript Code

1. Direct Symbol:
document.querySelector('.left-and-right-tack').textContent = '⟛';
2. Unicode Escape for ⟛:
document.querySelector('.left-and-right-tack').textContent = '\u27DB';
Preview: