Lines Matching refs:unichr
33 .. function:: name(unichr[, default])
35 Returns the name assigned to the Unicode character *unichr* as a string. If no
40 .. function:: decimal(unichr[, default])
42 Returns the decimal value assigned to the Unicode character *unichr* as integer.
47 .. function:: digit(unichr[, default])
49 Returns the digit value assigned to the Unicode character *unichr* as integer.
54 .. function:: numeric(unichr[, default])
56 Returns the numeric value assigned to the Unicode character *unichr* as float.
61 .. function:: category(unichr)
63 Returns the general category assigned to the Unicode character *unichr* as
67 .. function:: bidirectional(unichr)
69 Returns the bidirectional class assigned to the Unicode character *unichr* as
73 .. function:: combining(unichr)
75 Returns the canonical combining class assigned to the Unicode character *unichr*
79 .. function:: east_asian_width(unichr)
81 Returns the east asian width assigned to the Unicode character *unichr* as
87 .. function:: mirrored(unichr)
89 Returns the mirrored property assigned to the Unicode character *unichr* as
94 .. function:: decomposition(unichr)
97 *unichr* as string. An empty string is returned in case no such mapping is