Down Tack With Circle Below

Shortcodes

Copy and paste codes for Down Tack With Circle Below symbol ⫱ to use in your websites, apps, blogs, and more.

Unicode
U+2AF1
HTML Code
⫱
HEX Code
⫱
CSS Code
\2AF1
JS/JSON
\u2AF1
Unix/C/PHP/JAVA
0x2AF1
URL-encode
%E2%AB%B1
copied

Customize Down Tack With Circle Below Symbol

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

Insert ⫱ Down Tack With Circle Below using HTML

1. Copy-paste Down Tack With Circle Below directly:
<span>⫱</span>
2. HTML Decimal Code:
<span>&#10993;</span>
3. Hexadecimal Code:
<span>&#x2AF1;</span>
Preview:

Add Down Tack With Circle Below symbol with CSS

.down-tack-with-circle-below::before {
    content: '\\2AF1';
}
Preview: Down Tack With Circle Below

Down Tack With Circle Below JavaScript Code

1. Direct Symbol:
document.querySelector('.down-tack-with-circle-below').textContent = '⫱';
2. Unicode Escape for ⫱:
document.querySelector('.down-tack-with-circle-below').textContent = '\u2AF1';
Preview: