Character literals
nSingle characters between apostrophes (single quotes).
n‘A’ ‘a’ ‘2’ ‘;’ ‘ ’
n3 characters not represented by themselves:
n‘ -> ‘\’’ (apostrophe)
n“ -> ‘\”’ (quotation mark)
n\ -> ‘\\’ (backslash)