| Symboolnaam | Symbol For Vertical Tabulation |
| Unicode-versie | 1.1 |
| Unicode | U+240B |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het symbol for vertical tabulation-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Symbol For Vertical Tabulation-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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 |
| Hexadecimale code | 0x240B |
| HTML-code | ␋ |
| LaTeX | \text{SYMBOLFORVERTICALTABULATION} |
| Symbool | ␋ |
| URL-codering (UTF-8 procent) | %E2%90%8B |
| Uitgesproken naam / schermlezer | Symbol For Vertical Tabulation |