Noun
escape sequence (plural escape sequences)
(computing, telecommunications) An escape character together with subsequent characters, not output as written, but specifying a particular behaviour.
In the C programming language, the backslash is an escape character; for example, \n is an escape sequence which represents a newline.