Up Tack With Circle Above

Shortcodes

Copy useful codes for up tack with circle above symbol ⟟ to use in websites, apps, blogs, and docs.

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

Customize Up Tack With Circle Above

Customize ⟟, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Up Tack With Circle Above Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⟟</span>
HTML Code:
<span>&#10207;</span>
HEX Code:
<span>&#x27DF;</span>

Add with CSS

.up-tack-with-circle-above::before {
  content: '\\27DF';
}

Set it in JavaScript

document.querySelector('.up-tack-with-circle-above').textContent = '⟟';
copied