Left And Right Double Turnstile

Shortcodes

Copy and paste codes for Left And Right Double Turnstile symbol ⟚ to use in your websites, apps, blogs, and more.

Unicode
U+27DA
HTML Code
⟚
HEX Code
⟚
CSS Code
\27DA
JS/JSON
\u27DA
Unix/C/PHP/JAVA
0x27DA
URL-encode
%E2%9F%9A
copied

Customize Left And Right Double Turnstile Symbol

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

Insert ⟚ Left And Right Double Turnstile using HTML

1. Copy-paste Left And Right Double Turnstile directly:
<span>⟚</span>
2. HTML Decimal Code:
<span>&#10202;</span>
3. Hexadecimal Code:
<span>&#x27DA;</span>
Preview:

Add Left And Right Double Turnstile symbol with CSS

.left-and-right-double-turnstile::before {
    content: '\\27DA';
}
Preview: Left And Right Double Turnstile

Left And Right Double Turnstile JavaScript Code

1. Direct Symbol:
document.querySelector('.left-and-right-double-turnstile').textContent = '⟚';
2. Unicode Escape for ⟚:
document.querySelector('.left-and-right-double-turnstile').textContent = '\u27DA';
Preview: