Negated Double Vertical Bar Double Right Turnstile

Shortcodes

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

Unicode
U+22AF
HTML Code
⊯
HEX Code
⊯
CSS Code
\22AF
JS/JSON
\u22AF
Unix/C/PHP/JAVA
0x22AF
URL-encode
%E2%8A%AF
copied

Customize Negated Double Vertical Bar Double Right Turnstile Symbol

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

Insert ⊯ Negated Double Vertical Bar Double Right Turnstile using HTML

1. Copy-paste Negated Double Vertical Bar Double Right Turnstile directly:
<span>⊯</span>
2. HTML Decimal Code:
<span>&#8879;</span>
3. Hexadecimal Code:
<span>&#x22AF;</span>
Preview:

Add Negated Double Vertical Bar Double Right Turnstile symbol with CSS

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

Negated Double Vertical Bar Double Right Turnstile JavaScript Code

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