Black Circle With Down Arrow

Shortcodes

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

Unicode
U+29ED
HTML Code
⧭
HEX Code
⧭
CSS Code
\29ED
JS/JSON
\u29ED
Unix/C/PHP/JAVA
0x29ED
URL-encode
%E2%A7%AD
copied

Customize Black Circle With Down Arrow Symbol

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

Insert ⧭ Black Circle With Down Arrow using HTML

1. Copy-paste Black Circle With Down Arrow directly:
<span>⧭</span>
2. HTML Decimal Code:
<span>&#10733;</span>
3. Hexadecimal Code:
<span>&#x29ED;</span>
Preview:

Add Black Circle With Down Arrow symbol with CSS

.black-circle-with-down-arrow::before {
    content: '\\29ED';
}
Preview: Black Circle With Down Arrow

Black Circle With Down Arrow JavaScript Code

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