| Nom du symbole | Symbol For Shift Out |
| Version Unicode | 1.1 |
| Unicode | U+240E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS | \240E |
| Code hexadécimal | 0x240E |
| Code HTML | ␎ |
| LaTeX | \text{SYMBOLFORSHIFTOUT} |
| Symbole | ␎ |
| Encodage URL (pourcent UTF-8) | %E2%90%8E |
| Nom oral / lecteur d’écran | Symbol For Shift Out |
| UTF-8 | E2 90 8E |
| UTF-16 | 240E |
| UTF-32 | 0000240E |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORSHIFTOUT}4\end{document}Vous pouvez saisir le symbole symbol for shift out sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9230 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for shift out", or use Unicode Hex Input with 240E.
Ctrl + Shift + U, type 240e, 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-out::before { content: "\240E"; }1<span>␎</span>La représentation du symbole Symbol For Shift Out dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u240E' or String.fromCodePoint(9230) |
| Python | '\N{SYMBOL FOR SHIFT OUT}' or chr(9230) |
| Rust | '\u{240E}' |
| C / C++ | UTF-8 source or wchar_t with U+240E |
| Go | string(rune(0x240E)) |
| Ruby | "\u{240E}" |