Vertical Bar Triple Right Turnstile

Shortcodes

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

Unicode
U+2AE2
HTML Code
⫢
HEX Code
⫢
CSS Code
\2AE2
JS/JSON
\u2AE2
Unix/C/PHP/JAVA
0x2AE2
URL-encode
%E2%AB%A2
copied

Customize Vertical Bar Triple Right Turnstile Symbol

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

Insert ⫢ Vertical Bar Triple Right Turnstile using HTML

1. Copy-paste Vertical Bar Triple Right Turnstile directly:
<span>⫢</span>
2. HTML Decimal Code:
<span>&#10978;</span>
3. Hexadecimal Code:
<span>&#x2AE2;</span>
Preview:

Add Vertical Bar Triple Right Turnstile symbol with CSS

.vertical-bar-triple-right-turnstile::before {
    content: '\\2AE2';
}
Preview: Vertical Bar Triple Right Turnstile

Vertical Bar Triple Right Turnstile JavaScript Code

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