Python unicodedata Functions
EditRocket provides the following information on unicodedata functions in the Python source code builder.
bidirectional(unichr) - Returns the bidirectional category assigned to the Unicode character unichr as string.
category(unichr) - Returns the general category assigned to the Unicode character unichr as string.
combining(unichr) - Returns the canonical combining class assigned to the Unicode character unichr as integer.
decimal(unichr[, default]) - Returns the decimal value assigned to the Unicode character unichr as integer.
decomposition(unichr) - Returns the character decomposition mapping assigned to the Unicode character unichr as string.
digit(unichr[, default]) - Returns the digit value assigned to the Unicode character unichr as integer.
east_asian_width(unichr) - Returns the east asian width assigned to the Unicode character unichr as string.
lookup(name) - Look up character by name.
mirrored(unichr) - Returns the mirrored property assigned to the Unicode character unichr as integer.
name(unichr[, default]) - Returns the name assigned to the Unicode character unichr as a string.
normalize(form, unistr) -
numeric(unichr[, default]) - Returns the numeric value assigned to the Unicode character unichr as float.