The EscapeCode enumeration contains all of Java's escape codes
(https://docs.oracle.com/javase/tutorial/java/data/characters.html) and the
escape sequences (being the defused escape codes) as well as methods to
retrieve the escape code from the escape sequence (as of
toEscapeCode(String)) and vice versa (as of
toEscapeCode(char)).