Characters are preceded by a backslash: \c, \newline, \return, \space and \tab yield the corresponding characters. Unicode characters are represented with \uNNNN as in Java. Backslash cannot be followed by whitespace
But if I print the Character "c", I just get "c", not "\c".
From the edn spec:
But if I print the Character "c", I just get "c", not "\c".