Large Down Tack

Shortcodes

Copy and paste codes for Large Down Tack symbol ⟙ to use in your websites, apps, blogs, and more.

Unicode
U+27D9
HTML Code
⟙
HEX Code
⟙
CSS Code
\27D9
JS/JSON
\u27D9
Unix/C/PHP/JAVA
0x27D9
URL-encode
%E2%9F%99
copied

Customize Large Down Tack Symbol

Customize ⟙ symbol as you like and download Large Down 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 Large Down Tack symbol in HTML, CSS, and JS?

Insert ⟙ Large Down Tack using HTML

1. Copy-paste Large Down Tack directly:
<span>⟙</span>
2. HTML Decimal Code:
<span>&#10201;</span>
3. Hexadecimal Code:
<span>&#x27D9;</span>
Preview:

Add Large Down Tack symbol with CSS

.large-down-tack::before {
    content: '\\27D9';
}
Preview: Large Down Tack

Large Down Tack JavaScript Code

1. Direct Symbol:
document.querySelector('.large-down-tack').textContent = '⟙';
2. Unicode Escape for ⟙:
document.querySelector('.large-down-tack').textContent = '\u27D9';
Preview: