Double Vertical Bar Double Right Turnstile

Shortcodes

Copy and paste codes for Double Vertical Bar Double Right Turnstile symbol ⊫ to use in your websites, apps, blogs, and more.

Unicode
U+22AB
HTML Code
⊫
HEX Code
⊫
CSS Code
\22AB
JS/JSON
\u22AB
Unix/C/PHP/JAVA
0x22AB
URL-encode
%E2%8A%AB
copied

Customize Double Vertical Bar Double Right Turnstile Symbol

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

Insert ⊫ Double Vertical Bar Double Right Turnstile using HTML

1. Copy-paste Double Vertical Bar Double Right Turnstile directly:
<span>⊫</span>
2. HTML Decimal Code:
<span>&#8875;</span>
3. Hexadecimal Code:
<span>&#x22AB;</span>
Preview:

Add Double Vertical Bar Double Right Turnstile symbol with CSS

.double-vertical-bar-double-right-turnstile::before {
    content: '\\22AB';
}
Preview: Double Vertical Bar Double Right Turnstile

Double Vertical Bar Double Right Turnstile JavaScript Code

1. Direct Symbol:
document.querySelector('.double-vertical-bar-double-right-turnstile').textContent = '⊫';
2. Unicode Escape for ⊫:
document.querySelector('.double-vertical-bar-double-right-turnstile').textContent = '\u22AB';
Preview: