Symbol For Escape

Shortcodes

Copy and paste codes for Symbol For Escape ␛ to use in your websites, apps, blogs, and more.

Unicode
U+241B
HTML Code
␛
HEX Code
␛
CSS Code
\241B
JS/JSON
\u241B
Unix/C/PHP/JAVA
0x241B
URL-encode
%E2%90%9B
copied

Customize Symbol For Escape Symbol

Customize ␛ symbol as you like and download Symbol For Escape as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Symbol For Escape in HTML, CSS, and JS?

Insert ␛ Symbol For Escape using HTML

1. Copy-paste Symbol For Escape directly:
<span>␛</span>
2. HTML Decimal Code:
<span>&#9243;</span>
3. Hexadecimal Code:
<span>&#x241B;</span>
Preview:

Add Symbol For Escape with CSS

.symbol-for-escape::before {
    content: '\\241B';
}
Preview: Symbol For Escape

Symbol For Escape JavaScript Code

1. Direct Symbol:
document.querySelector('.symbol-for-escape').textContent = '␛';
2. Unicode Escape for ␛:
document.querySelector('.symbol-for-escape').textContent = '\u241B';
Preview: