Other_escape_characters

\' Single Quote

We are the so-called 'Vikings' from the north.

\" Double Quote

We are the so-called "Vikings" from the north.

\$ PHP variables

Escape php variable name $myvar

\n New Line

        Hello
World 
        

To preserve any whitespace or line breaks, we have wrapped the result in a PRE element

\r Carriage Return

        Hello
World 
        

\t Tab

        Hello	World 
        

\ooo Octal value

Hello

\xhh Hex value

Hello