pub const fn from_u32<const host: bool = true>(i: u32) -> Option<char>
Converts a u32 to a char. Use char::from_u32 instead.
u32
char
char::from_u32