ESC

Constant ESC 

Source
pub const ESC: char = '\x1B';
Expand description

ยงEscape

ESC is used for code extension purposes. It causes the meanings of a limited number of bit combinations following it in the data stream to be changed.

The use of ESC is defined in Standard ECMA-35.