| Nombre del símbolo | Symbol For Escape |
| Versión Unicode | 1.1 |
| Unicode | U+241B |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \241B |
| Código hexadecimal | 0x241B |
| Código HTML | ␛ |
| LaTeX | \text{SYMBOLFORESCAPE} |
| Símbolo | ␛ |
| Codificación URL (porcentaje UTF-8) | %E2%90%9B |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo symbol for escape en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Symbol For Escape en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |