In theory, no matter what the input is, the output should be unchanged:
String.fromCharCode("a".charCodeAt(0)); //"a"
This makes sense because I'm just trying to get the char code of a character, and then casting it back to a character.
However when I try with this character, it breaks:
//"