Element Of Opening Downwards

Shortcodes

Copy and paste codes for Element Of Opening Downwards symbol ⫙ to use in your websites, apps, blogs, and more.

Unicode
U+2AD9
HTML Code
⫙
HEX Code
⫙
CSS Code
\2AD9
JS/JSON
\u2AD9
Unix/C/PHP/JAVA
0x2AD9
URL-encode
%E2%AB%99
copied

Customize Element Of Opening Downwards Symbol

Customize ⫙ symbol as you like and download Element Of Opening Downwards 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 Element Of Opening Downwards symbol in HTML, CSS, and JS?

Insert ⫙ Element Of Opening Downwards using HTML

1. Copy-paste Element Of Opening Downwards directly:
<span>⫙</span>
2. HTML Decimal Code:
<span>&#10969;</span>
3. Hexadecimal Code:
<span>&#x2AD9;</span>
Preview:

Add Element Of Opening Downwards symbol with CSS

.element-of-opening-downwards::before {
    content: '\\2AD9';
}
Preview: Element Of Opening Downwards

Element Of Opening Downwards JavaScript Code

1. Direct Symbol:
document.querySelector('.element-of-opening-downwards').textContent = '⫙';
2. Unicode Escape for ⫙:
document.querySelector('.element-of-opening-downwards').textContent = '\u2AD9';
Preview: