Left Sideways U Bracket

Shortcodes

Copy and paste codes for Left Sideways U Bracket symbol ⸦ to use in your websites, apps, blogs, and more.

Unicode
U+2E26
HTML Code
⸦
HEX Code
⸦
CSS Code
\2E26
JS/JSON
\u2E26
Unix/C/PHP/JAVA
0x2E26
URL-encode
%E2%B8%A6
copied

Customize Left Sideways U Bracket Symbol

Customize ⸦ symbol as you like and download Left Sideways U Bracket 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 Left Sideways U Bracket symbol in HTML, CSS, and JS?

Insert ⸦ Left Sideways U Bracket using HTML

1. Copy-paste Left Sideways U Bracket directly:
<span>⸦</span>
2. HTML Decimal Code:
<span>&#11814;</span>
3. Hexadecimal Code:
<span>&#x2E26;</span>
Preview:

Add Left Sideways U Bracket symbol with CSS

.left-sideways-u-bracket::before {
    content: '\\2E26';
}
Preview: Left Sideways U Bracket

Left Sideways U Bracket JavaScript Code

1. Direct Symbol:
document.querySelector('.left-sideways-u-bracket').textContent = '⸦';
2. Unicode Escape for ⸦:
document.querySelector('.left-sideways-u-bracket').textContent = '\u2E26';
Preview: