pub fn format_codepoint(c: char) -> String
Format a Unicode codepoint as a string in the format “U+XXXX” or “U+XXXXX” or “U+XXXXXX”, depending on the value of the codepoint. The output is always uppercase.