| Nome del simbolo | Symbol For Vertical Tabulation |
| Versione Unicode | 1.1 |
| Unicode | U+240B |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo symbol for vertical tabulation sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Symbol For Vertical Tabulation nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\240B |
| Codice esadecimale | 0x240B |
| Codice HTML | ␋ |
| LaTeX | \text{SYMBOLFORVERTICALTABULATION} |
| Simbolo | ␋ |
| Codifica URL (percentuale UTF-8) | %E2%90%8B |
| Nome parlato / screen reader | Symbol For Vertical Tabulation |