| Symboolnaam | Negated Double Vertical Bar Double Right Turnstile |
| Unicode-versie | 1.1 |
| Unicode | U+22AF |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het negated double vertical bar double right turnstile-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Negated Double Vertical Bar Double Right Turnstile-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |
| CSS-code |
\22AF |
| Hexadecimale code | 0x22AF |
| HTML-code | ⊯ |
| LaTeX | \mathrm{⊯} |
| Symbool | ⊯ |
| URL-codering (UTF-8 procent) | %E2%8A%AF |
| Uitgesproken naam / schermlezer | Negated Double Vertical Bar Double Right Turnstile |