| Nombre del símbolo | Symbol For Vertical Tabulation |
| Versión Unicode | 1.1 |
| Unicode | U+240B |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 90 8B |
| UTF-16 | 240B |
| UTF-32 | 0000240B |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORVERTICALTABULATION}4\end{document}Puedes escribir el símbolo symbol for vertical tabulation en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9227 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for vertical tabulation", or use Unicode Hex Input with 240B.
Ctrl + Shift + U, type 240b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with technical symbol support.
1span.symbol-for-vertical-tabulation::before { content: "\240B"; }1<span>␋</span>La representación del símbolo Symbol For Vertical Tabulation en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u240B' or String.fromCodePoint(9227) |
| Python | '\N{SYMBOL FOR VERTICAL TABULATION}' or chr(9227) |
| Rust | '\u{240B}' |
| C / C++ | UTF-8 source or wchar_t with U+240B |
| Go | string(rune(0x240B)) |
| Ruby | "\u{240B}" |
| Código CSS |
\240B |
| Código hexadecimal | 0x240B |
| Código HTML | ␋ |
| LaTeX | \text{SYMBOLFORVERTICALTABULATION} |
| Símbolo | ␋ |
| Codificación URL (porcentaje UTF-8) | %E2%90%8B |
| Nombre oral / lector de pantalla | Symbol For Vertical Tabulation |