Double Vertical Bar Left Turnstile

Shortcodes

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

Unicode
U+2AE3
HTML Code
⫣
HEX Code
⫣
CSS Code
\2AE3
JS/JSON
\u2AE3
Unix/C/PHP/JAVA
0x2AE3
URL-encode
%E2%AB%A3
copied

Customize Double Vertical Bar Left Turnstile Symbol

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

Insert ⫣ Double Vertical Bar Left Turnstile using HTML

1. Copy-paste Double Vertical Bar Left Turnstile directly:
<span>⫣</span>
2. HTML Decimal Code:
<span>&#10979;</span>
3. Hexadecimal Code:
<span>&#x2AE3;</span>
Preview:

Add Double Vertical Bar Left Turnstile symbol with CSS

.double-vertical-bar-left-turnstile::before {
    content: '\\2AE3';
}
Preview: Double Vertical Bar Left Turnstile

Double Vertical Bar Left Turnstile JavaScript Code

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