White Circle With Down Arrow

Shortcodes

Copy and paste codes for White Circle With Down Arrow symbol ⧬ to use in your websites, apps, blogs, and more.

Unicode
U+29EC
HTML Code
⧬
HEX Code
⧬
CSS Code
\29EC
JS/JSON
\u29EC
Unix/C/PHP/JAVA
0x29EC
URL-encode
%E2%A7%AC
copied

Customize White Circle With Down Arrow Symbol

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

Insert ⧬ White Circle With Down Arrow using HTML

1. Copy-paste White Circle With Down Arrow directly:
<span>⧬</span>
2. HTML Decimal Code:
<span>&#10732;</span>
3. Hexadecimal Code:
<span>&#x29EC;</span>
Preview:

Add White Circle With Down Arrow symbol with CSS

.white-circle-with-down-arrow::before {
    content: '\\29EC';
}
Preview: White Circle With Down Arrow

White Circle With Down Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.white-circle-with-down-arrow').textContent = '⧬';
2. Unicode Escape for ⧬:
document.querySelector('.white-circle-with-down-arrow').textContent = '\u29EC';
Preview: