Up Tack With Circle Above

Shortcodes

Copy and paste codes for Up Tack With Circle Above symbol ⟟ to use in your websites, apps, blogs, and more.

Unicode
U+27DF
HTML Code
⟟
HEX Code
⟟
CSS Code
\27DF
JS/JSON
\u27DF
Unix/C/PHP/JAVA
0x27DF
URL-encode
%E2%9F%9F
copied

Customize Up Tack With Circle Above Symbol

Customize ⟟ symbol as you like and download Up Tack With Circle Above 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 Up Tack With Circle Above symbol in HTML, CSS, and JS?

Insert ⟟ Up Tack With Circle Above using HTML

1. Copy-paste Up Tack With Circle Above directly:
<span>⟟</span>
2. HTML Decimal Code:
<span>&#10207;</span>
3. Hexadecimal Code:
<span>&#x27DF;</span>
Preview:

Add Up Tack With Circle Above symbol with CSS

.up-tack-with-circle-above::before {
    content: '\\27DF';
}
Preview: Up Tack With Circle Above

Up Tack With Circle Above JavaScript Code

1. Direct Symbol:
document.querySelector('.up-tack-with-circle-above').textContent = '⟟';
2. Unicode Escape for ⟟:
document.querySelector('.up-tack-with-circle-above').textContent = '\u27DF';
Preview: