Large Up Tack

Shortcodes

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

Unicode
U+27D8
HTML Code
⟘
HEX Code
⟘
CSS Code
\27D8
JS/JSON
\u27D8
Unix/C/PHP/JAVA
0x27D8
URL-encode
%E2%9F%98
copied

Customize Large Up Tack Symbol

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

Insert ⟘ Large Up Tack using HTML

1. Copy-paste Large Up Tack directly:
<span>⟘</span>
2. HTML Decimal Code:
<span>&#10200;</span>
3. Hexadecimal Code:
<span>&#x27D8;</span>
Preview:

Add Large Up Tack symbol with CSS

.large-up-tack::before {
    content: '\\27D8';
}
Preview: Large Up Tack

Large Up Tack JavaScript Code

1. Direct Symbol:
document.querySelector('.large-up-tack').textContent = '⟘';
2. Unicode Escape for ⟘:
document.querySelector('.large-up-tack').textContent = '\u27D8';
Preview: