Right Vertical Bar With Quill

Shortcodes

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

Unicode
U+2E21
HTML Code
⸡
HEX Code
⸡
CSS Code
\2E21
JS/JSON
\u2E21
Unix/C/PHP/JAVA
0x2E21
URL-encode
%E2%B8%A1
copied

Customize Right Vertical Bar With Quill Symbol

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

Insert ⸡ Right Vertical Bar With Quill using HTML

1. Copy-paste Right Vertical Bar With Quill directly:
<span>⸡</span>
2. HTML Decimal Code:
<span>&#11809;</span>
3. Hexadecimal Code:
<span>&#x2E21;</span>
Preview:

Add Right Vertical Bar With Quill symbol with CSS

.right-vertical-bar-with-quill::before {
    content: '\\2E21';
}
Preview: Right Vertical Bar With Quill

Right Vertical Bar With Quill JavaScript Code

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