\n --- New Line. Position the screen cursor at the beginning of the next line.
\t --- Horizontal tab. Move the screen cursor to the next tab stop.
\r --- Cariage button. Position the screen cursor to the beginning of the current line; do not advance to the next line. Any characters output after the carriage return overwrite the characters previously output on that line.
\\ --- Backslash. Used to represent a backslash character in a string.
\" --- Double quote. Used to represent a double-quote character in a string contained in double quotes.
\' --- single quote. Used to represent a single-quote character in a string.