Escape Characters Utility

Encode and decode escape characters for various programming languages and formats. Handle special characters, unicode sequences, HTML entities, and more.

Escape Method

Input (Raw Text)

Output (Escaped Text)

Characters: 0

Common Escape Sequences

JavaScript/JSON

\\n - Newline
\\t - Tab
\\r - Carriage return
\\" - Double quote
\\' - Single quote
\\\\ - Backslash

HTML Entities

&lt; - <
&gt; - >
&amp; - &
&quot; - "
&apos; - '

Unicode

\\u0020 - Space
\\u00A9 - ©
\\u2603 - ☃
\\u1F600 - 😀