Vertical Bar Double Left Turnstile

Shortcodes

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

Unicode
U+2AE4
HTML Code
⫤
HEX Code
⫤
CSS Code
\2AE4
JS/JSON
\u2AE4
Unix/C/PHP/JAVA
0x2AE4
URL-encode
%E2%AB%A4
copied

Customize Vertical Bar Double Left Turnstile Symbol

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

Insert ⫤ Vertical Bar Double Left Turnstile using HTML

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

Add Vertical Bar Double Left Turnstile symbol with CSS

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

Vertical Bar Double Left Turnstile JavaScript Code

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