Left Vertical Bar With Quill

Shortcodes

Copy and paste codes for Left Vertical Bar With Quill symbol ⸠ to use in your websites, apps, blogs, and more.

Unicode
U+2E20
HTML Code
⸠
HEX Code
⸠
CSS Code
\2E20
JS/JSON
\u2E20
Unix/C/PHP/JAVA
0x2E20
URL-encode
%E2%B8%A0
copied

Customize Left Vertical Bar With Quill Symbol

Customize ⸠ symbol as you like and download Left Vertical Bar With Quill 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 Vertical Bar With Quill symbol in HTML, CSS, and JS?

Insert ⸠ Left Vertical Bar With Quill using HTML

1. Copy-paste Left Vertical Bar With Quill directly:
<span>⸠</span>
2. HTML Decimal Code:
<span>&#11808;</span>
3. Hexadecimal Code:
<span>&#x2E20;</span>
Preview:

Add Left Vertical Bar With Quill symbol with CSS

.left-vertical-bar-with-quill::before {
    content: '\\2E20';
}
Preview: Left Vertical Bar With Quill

Left Vertical Bar With Quill JavaScript Code

1. Direct Symbol:
document.querySelector('.left-vertical-bar-with-quill').textContent = '⸠';
2. Unicode Escape for ⸠:
document.querySelector('.left-vertical-bar-with-quill').textContent = '\u2E20';
Preview: