Special Characters in C#

This is just for my own usage (or whomever else finds this useful)

\n

New line

\r

Carriage return

\r\n

Carriage return—new line

\"

Quotation marks

\\

Backslash character

\t

Tab