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