Oblique Angle Opening Down

Shortcodes

Copy and paste codes for Oblique Angle Opening Down symbol ⦧ to use in your websites, apps, blogs, and more.

Unicode
U+29A7
HTML Code
⦧
HEX Code
⦧
CSS Code
\29A7
JS/JSON
\u29A7
Unix/C/PHP/JAVA
0x29A7
URL-encode
%E2%A6%A7
copied

Customize Oblique Angle Opening Down Symbol

Customize ⦧ symbol as you like and download Oblique Angle Opening Down 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 Oblique Angle Opening Down symbol in HTML, CSS, and JS?

Insert ⦧ Oblique Angle Opening Down using HTML

1. Copy-paste Oblique Angle Opening Down directly:
<span>⦧</span>
2. HTML Decimal Code:
<span>&#10663;</span>
3. Hexadecimal Code:
<span>&#x29A7;</span>
Preview:

Add Oblique Angle Opening Down symbol with CSS

.oblique-angle-opening-down::before {
    content: '\\29A7';
}
Preview: Oblique Angle Opening Down

Oblique Angle Opening Down JavaScript Code

1. Direct Symbol:
document.querySelector('.oblique-angle-opening-down').textContent = '⦧';
2. Unicode Escape for ⦧:
document.querySelector('.oblique-angle-opening-down').textContent = '\u29A7';
Preview: