Oblique Angle Opening Up

Shortcodes

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

Unicode
U+29A6
HTML Code
⦦
HEX Code
⦦
CSS Code
\29A6
JS/JSON
\u29A6
Unix/C/PHP/JAVA
0x29A6
URL-encode
%E2%A6%A6
copied

Customize Oblique Angle Opening Up Symbol

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

Insert ⦦ Oblique Angle Opening Up using HTML

1. Copy-paste Oblique Angle Opening Up directly:
<span>⦦</span>
2. HTML Decimal Code:
<span>&#10662;</span>
3. Hexadecimal Code:
<span>&#x29A6;</span>
Preview:

Add Oblique Angle Opening Up symbol with CSS

.oblique-angle-opening-up::before {
    content: '\\29A6';
}
Preview: Oblique Angle Opening Up

Oblique Angle Opening Up JavaScript Code

1. Direct Symbol:
document.querySelector('.oblique-angle-opening-up').textContent = '⦦';
2. Unicode Escape for ⦦:
document.querySelector('.oblique-angle-opening-up').textContent = '\u29A6';
Preview: