pub fn char_from_hex_code(hex: &str) -> char
Convert a hex code string (e.g., “20”) to the corresponding character.