Large Up Tack
⟘
Shortcodes
Copy useful codes for large up tack symbol ⟘ to use in websites, apps, blogs, and docs.
Unicode
U+27D8 HTML Code
⟘ HEX Code
⟘ CSS Code
\27D8 JS/JSON
\u27D8 Unix/C/PHP/JAVA
0x27D8 URL-encode
%E2%9F%98 Customize Large Up Tack
Customize ⟘, download it as SVG or PNG, or copy the generated HTML snippet.
⟘
How to use Large Up Tack Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⟘</span> HTML Code:
<span>⟘</span> HEX Code:
<span>⟘</span> Add with CSS
.large-up-tack::before {
content: '\\27D8';
} Set it in JavaScript
document.querySelector('.large-up-tack').textContent = '⟘';