Function ucd_util::ideograph_name [−][src]
pub fn ideograph_name(cp: u32) -> Option<String>
Return the character name of the given ideograph codepoint.
This operation is only defined on ideographic codepoints. This includes precisely the following inclusive ranges:
3400..4DB54E00..9FD520000..2A6D62A700..2B7342B740..2B81D2B820..2CEA117000..187ECF900..FA6DFA70..FAD92F800..2FA1D
If the given codepoint is not in any of the above ranges, then None is
returned.
This implements the algorithm described in Unicode 4.8.