| Nombre del símbolo | Negated Double Vertical Bar Double Right Turnstile |
| Versión Unicode | 1.1 |
| Unicode | U+22AF |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo negated double vertical bar double right turnstile en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Negated Double Vertical Bar Double Right Turnstile en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |
| Código CSS |
\22AF |
| Código hexadecimal | 0x22AF |
| Código HTML | ⊯ |
| LaTeX | \mathrm{⊯} |
| Símbolo | ⊯ |
| Codificación URL (porcentaje UTF-8) | %E2%8A%AF |
| Nombre oral / lector de pantalla | Negated Double Vertical Bar Double Right Turnstile |