| Symbol Name | Symbol For Vertical Tabulation |
| Unicode Version | 1.1 |
| Unicode | U+240B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 90 8B |
| UTF-16 | 240B |
| UTF-32 | 0000240B |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORVERTICALTABULATION}4\end{document}You can type the symbol for vertical tabulation symbol on most modern devices with the help of following methods:
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>Symbol For Vertical Tabulation symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\240B |
| Hex Code | 0x240B |
| HTML Code | ␋ |
| LaTeX | \text{SYMBOLFORVERTICALTABULATION} |
| Symbol | ␋ |
| URL encode (UTF-8 percent) | %E2%90%8B |
| Spoken / screen reader name | Symbol For Vertical Tabulation |