| Symboolnaam | Symbol For Shift In |
| Unicode-versie | 1.1 |
| Unicode | U+240F |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \240F |
| Hexadecimale code | 0x240F |
| HTML-code | ␏ |
| LaTeX | \text{SYMBOLFORSHIFTIN} |
| Symbool | ␏ |
| URL-codering (UTF-8 procent) | %E2%90%8F |
| Uitgesproken naam / schermlezer | Symbol For Shift In |
| UTF-8 | E2 90 8F |
| UTF-16 | 240F |
| UTF-32 | 0000240F |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORSHIFTIN}4\end{document}Je kunt het symbol for shift in-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9231 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for shift in", or use Unicode Hex Input with 240F.
Ctrl + Shift + U, type 240f, 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-shift-in::before { content: "\240F"; }1<span>␏</span>De weergave van het Symbol For Shift In-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u240F' or String.fromCodePoint(9231) |
| Python | '\N{SYMBOL FOR SHIFT IN}' or chr(9231) |
| Rust | '\u{240F}' |
| C / C++ | UTF-8 source or wchar_t with U+240F |
| Go | string(rune(0x240F)) |
| Ruby | "\u{240F}" |