Java Character Escape Sequences table: 

Escape SequenceDescription
\ddd Octal character (ddd)
\uxxxx Hexadecimal Unicode character (xxxx)
\’Single quote
\”Double quote
\\Backslash
\rCarriage return
\nNew line (also known as line feed)
\fForm feed
\tTab
\bBackspace

Leave a Reply

Your email address will not be published. Required fields are marked *