Element Of Opening Downwards
⫙
Shortcodes
Copy useful codes for element of opening downwards symbol ⫙ to use in websites, apps, blogs, and docs.
Unicode
U+2AD9 HTML Code
⫙ HEX Code
⫙ CSS Code
\2AD9 JS/JSON
\u2AD9 Unix/C/PHP/JAVA
0x2AD9 URL-encode
%E2%AB%99 Customize Element Of Opening Downwards
Customize ⫙, download it as SVG or PNG, or copy the generated HTML snippet.
⫙
How to use Element Of Opening Downwards Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⫙</span> HTML Code:
<span>⫙</span> HEX Code:
<span>⫙</span> Add with CSS
.element-of-opening-downwards::before {
content: '\\2AD9';
} Set it in JavaScript
document.querySelector('.element-of-opening-downwards').textContent = '⫙';