An Escape code is a command for a string interpretting programm to treat following characters as a command (but not as simple text, as by default).
There are different notations for an ASCII escape code:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1b - Decimal:
27