| Symboolnaam | Symbol For Escape |
| Unicode-versie | 1.1 |
| Unicode | U+241B |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \241B |
| Hexadecimale code | 0x241B |
| HTML-code | ␛ |
| LaTeX | \text{SYMBOLFORESCAPE} |
| Symbool | ␛ |
| URL-codering (UTF-8 procent) | %E2%90%9B |
| Uitgesproken naam / schermlezer | 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}Je kunt het symbol for escape-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Symbol For Escape-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |