pub fn from_code_point(cp: u32) -> Option<char>
Return Some(char) if the Unicode code point cp is a valid scalar value.
Some(char)
cp