pub fn chr(code: i64) -> String
Convert a Unicode code point to a single-character string. Returns the Unicode replacement character for invalid code points.