:right-sidebar: True UnicodeType =================================================================== .. currentmodule:: gi.repository.GLib .. class:: UnicodeType :no-contents-entry: These are the possible character classifications from the Unicode specification. See `Unicode Character Database `_. Fields ------ .. rst-class:: interim-class .. class:: UnicodeType :no-index: .. attribute:: CLOSE_PUNCTUATION General category "Punctuation, Close" (Pe) .. attribute:: CONNECT_PUNCTUATION General category "Punctuation, Connector" (Pc) .. attribute:: CONTROL General category "Other, Control" (Cc) .. attribute:: CURRENCY_SYMBOL General category "Symbol, Currency" (Sc) .. attribute:: DASH_PUNCTUATION General category "Punctuation, Dash" (Pd) .. attribute:: DECIMAL_NUMBER General category "Number, Decimal Digit" (Nd) .. attribute:: ENCLOSING_MARK General category "Mark, Enclosing" (Me) .. attribute:: FINAL_PUNCTUATION General category "Punctuation, Final quote" (Pf) .. attribute:: FORMAT General category "Other, Format" (Cf) .. attribute:: INITIAL_PUNCTUATION General category "Punctuation, Initial quote" (Pi) .. attribute:: LETTER_NUMBER General category "Number, Letter" (Nl) .. attribute:: LINE_SEPARATOR General category "Separator, Line" (Zl) .. attribute:: LOWERCASE_LETTER General category "Letter, Lowercase" (Ll) .. attribute:: MATH_SYMBOL General category "Symbol, Math" (Sm) .. attribute:: MODIFIER_LETTER General category "Letter, Modifier" (Lm) .. attribute:: MODIFIER_SYMBOL General category "Symbol, Modifier" (Sk) .. attribute:: NON_SPACING_MARK General category "Mark, Nonspacing" (Mn) .. attribute:: OPEN_PUNCTUATION General category "Punctuation, Open" (Ps) .. attribute:: OTHER_LETTER General category "Letter, Other" (Lo) .. attribute:: OTHER_NUMBER General category "Number, Other" (No) .. attribute:: OTHER_PUNCTUATION General category "Punctuation, Other" (Po) .. attribute:: OTHER_SYMBOL General category "Symbol, Other" (So) .. attribute:: PARAGRAPH_SEPARATOR General category "Separator, Paragraph" (Zp) .. attribute:: PRIVATE_USE General category "Other, Private Use" (Co) .. attribute:: SPACE_SEPARATOR General category "Separator, Space" (Zs) .. attribute:: SPACING_MARK General category "Mark, Spacing" (Mc) .. attribute:: SURROGATE General category "Other, Surrogate" (Cs) .. attribute:: TITLECASE_LETTER General category "Letter, Titlecase" (Lt) .. attribute:: UNASSIGNED General category "Other, Not Assigned" (Cn) .. attribute:: UPPERCASE_LETTER General category "Letter, Uppercase" (Lu)