| Nome del simbolo | Negated Double Vertical Bar Double Right Turnstile |
| Versione Unicode | 1.1 |
| Unicode | U+22AF |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 8A AF |
| UTF-16 | 22AF |
| UTF-32 | 000022AF |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⊯}4\end{document}Puoi digitare il simbolo negated double vertical bar double right turnstile sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8879 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "negated double vertical bar double right turnstile", or use Unicode Hex Input with 22AF.
Ctrl + Shift + U, type 22af, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with math symbol support.
1span.negated-double-vertical-bar-double-right-turnstile::before { content: "\22AF"; }1<span>⊯</span>La rappresentazione del simbolo Negated Double Vertical Bar Double Right Turnstile nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u22AF' or String.fromCodePoint(0x22AF) |
| Python | '\N{NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE}' or chr(8879) |
| Rust | '\u{22AF}' |
| C / C++ | UTF-8 source or wchar_t with U+22AF |
| Go | string(rune(0x22AF)) |
| Ruby | "\u22AF" |
| Codice CSS |
\22AF |
| Codice esadecimale | 0x22AF |
| Codice HTML | ⊯ |
| LaTeX | \mathrm{⊯} |
| Simbolo | ⊯ |
| Codifica URL (percentuale UTF-8) | %E2%8A%AF |
| Nome parlato / screen reader | Negated Double Vertical Bar Double Right Turnstile |