> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-vortex-format.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> System table containing a list of Unicode characters and their properties.

# system.unicode

<h2 id="description">
  Description
</h2>

The `system.unicode` table is a virtual table that provides information about Unicode characters and their properties([https://unicode-org.github.io/icu/userguide/strings/properties.html](https://unicode-org.github.io/icu/userguide/strings/properties.html)). This table is generated on-the-fly.

The property names of Unicode code points from ICU are converted to `snake_case` for use as column names.

<h2 id="columns">
  Columns
</h2>

* `code_point` ([String](/reference/data-types/string)) — The Unicode code point represented as U+XXXX.
* `code_point_value` ([Int32](/reference/data-types/int-uint)) — The integer value of the Unicode code point.
* `notation` ([String](/reference/data-types/string)) — The character notation (visual representation of the code point).
* `alphabetic` ([Bool](/reference/data-types/boolean))
* `ascii_hex_digit` ([Bool](/reference/data-types/boolean))
* `bidi_control` ([Bool](/reference/data-types/boolean))
* `bidi_mirrored` ([Bool](/reference/data-types/boolean))
* `dash` ([Bool](/reference/data-types/boolean))
* `default_ignorable_code_point` ([Bool](/reference/data-types/boolean))
* `deprecated` ([Bool](/reference/data-types/boolean))
* `diacritic` ([Bool](/reference/data-types/boolean))
* `extender` ([Bool](/reference/data-types/boolean))
* `full_composition_exclusion` ([Bool](/reference/data-types/boolean))
* `grapheme_base` ([Bool](/reference/data-types/boolean))
* `grapheme_extend` ([Bool](/reference/data-types/boolean))
* `grapheme_link` ([Bool](/reference/data-types/boolean))
* `hex_digit` ([Bool](/reference/data-types/boolean))
* `hyphen` ([Bool](/reference/data-types/boolean))
* `id_continue` ([Bool](/reference/data-types/boolean))
* `id_start` ([Bool](/reference/data-types/boolean))
* `ideographic` ([Bool](/reference/data-types/boolean))
* `ids_binary_operator` ([Bool](/reference/data-types/boolean))
* `ids_trinary_operator` ([Bool](/reference/data-types/boolean))
* `join_control` ([Bool](/reference/data-types/boolean))
* `logical_order_exception` ([Bool](/reference/data-types/boolean))
* `lowercase` ([Bool](/reference/data-types/boolean))
* `math` ([Bool](/reference/data-types/boolean))
* `noncharacter_code_point` ([Bool](/reference/data-types/boolean))
* `quotation_mark` ([Bool](/reference/data-types/boolean))
* `radical` ([Bool](/reference/data-types/boolean))
* `soft_dotted` ([Bool](/reference/data-types/boolean))
* `terminal_punctuation` ([Bool](/reference/data-types/boolean))
* `unified_ideograph` ([Bool](/reference/data-types/boolean))
* `uppercase` ([Bool](/reference/data-types/boolean))
* `white_space` ([Bool](/reference/data-types/boolean))
* `xid_continue` ([Bool](/reference/data-types/boolean))
* `xid_start` ([Bool](/reference/data-types/boolean))
* `case_sensitive` ([Bool](/reference/data-types/boolean))
* `sentence_terminal` ([Bool](/reference/data-types/boolean))
* `variation_selector` ([Bool](/reference/data-types/boolean))
* `nfd_inert` ([Bool](/reference/data-types/boolean))
* `nfkd_inert` ([Bool](/reference/data-types/boolean))
* `nfc_inert` ([Bool](/reference/data-types/boolean))
* `nfkc_inert` ([Bool](/reference/data-types/boolean))
* `segment_starter` ([Bool](/reference/data-types/boolean))
* `pattern_syntax` ([Bool](/reference/data-types/boolean))
* `pattern_white_space` ([Bool](/reference/data-types/boolean))
* `alnum` ([Bool](/reference/data-types/boolean))
* `blank` ([Bool](/reference/data-types/boolean))
* `graph` ([Bool](/reference/data-types/boolean))
* `print` ([Bool](/reference/data-types/boolean))
* `xdigit` ([Bool](/reference/data-types/boolean))
* `cased` ([Bool](/reference/data-types/boolean))
* `case_ignorable` ([Bool](/reference/data-types/boolean))
* `changes_when_lowercased` ([Bool](/reference/data-types/boolean))
* `changes_when_uppercased` ([Bool](/reference/data-types/boolean))
* `changes_when_titlecased` ([Bool](/reference/data-types/boolean))
* `changes_when_casefolded` ([Bool](/reference/data-types/boolean))
* `changes_when_casemapped` ([Bool](/reference/data-types/boolean))
* `changes_when_nfkc_casefolded` ([Bool](/reference/data-types/boolean))
* `emoji` ([Bool](/reference/data-types/boolean))
* `emoji_presentation` ([Bool](/reference/data-types/boolean))
* `emoji_modifier` ([Bool](/reference/data-types/boolean))
* `emoji_modifier_base` ([Bool](/reference/data-types/boolean))
* `emoji_component` ([Bool](/reference/data-types/boolean))
* `regional_indicator` ([Bool](/reference/data-types/boolean))
* `prepended_concatenation_mark` ([Bool](/reference/data-types/boolean))
* `extended_pictographic` ([Bool](/reference/data-types/boolean))
* `basic_emoji` ([Bool](/reference/data-types/boolean))
* `emoji_keycap_sequence` ([Bool](/reference/data-types/boolean))
* `rgi_emoji_modifier_sequence` ([Bool](/reference/data-types/boolean))
* `rgi_emoji_flag_sequence` ([Bool](/reference/data-types/boolean))
* `rgi_emoji_tag_sequence` ([Bool](/reference/data-types/boolean))
* `rgi_emoji_zwj_sequence` ([Bool](/reference/data-types/boolean))
* `rgi_emoji` ([Bool](/reference/data-types/boolean))
* `ids_unary_operator` ([Bool](/reference/data-types/boolean))
* `id_compat_math_start` ([Bool](/reference/data-types/boolean))
* `id_compat_math_continue` ([Bool](/reference/data-types/boolean))
* `bidi_class` ([Enum8('Left\_To\_Right' = 0, 'Right\_To\_Left' = 1, 'European\_Number' = 2, 'European\_Separator' = 3, 'European\_Terminator' = 4, 'Arabic\_Number' = 5, 'Common\_Separator' = 6, 'Paragraph\_Separator' = 7, 'Segment\_Separator' = 8, 'White\_Space' = 9, 'Other\_Neutral' = 10, 'Left\_To\_Right\_Embedding' = 11, 'Left\_To\_Right\_Override' = 12, 'Arabic\_Letter' = 13, 'Right\_To\_Left\_Embedding' = 14, 'Right\_To\_Left\_Override' = 15, 'Pop\_Directional\_Format' = 16, 'Nonspacing\_Mark' = 17, 'Boundary\_Neutral' = 18, 'First\_Strong\_Isolate' = 19, 'Left\_To\_Right\_Isolate' = 20, 'Right\_To\_Left\_Isolate' = 21, 'Pop\_Directional\_Isolate' = 22)](/reference/data-types/enum))
* `block` ([Enum16('No\_Block' = 0, 'Basic\_Latin' = 1, 'Latin\_1\_Supplement' = 2, 'Latin\_Extended\_A' = 3, 'Latin\_Extended\_B' = 4, 'IPA\_Extensions' = 5, 'Spacing\_Modifier\_Letters' = 6, 'Combining\_Diacritical\_Marks' = 7, 'Greek\_And\_Coptic' = 8, 'Cyrillic' = 9, 'Armenian' = 10, 'Hebrew' = 11, 'Arabic' = 12, 'Syriac' = 13, 'Thaana' = 14, 'Devanagari' = 15, 'Bengali' = 16, 'Gurmukhi' = 17, 'Gujarati' = 18, 'Oriya' = 19, 'Tamil' = 20, 'Telugu' = 21, 'Kannada' = 22, 'Malayalam' = 23, 'Sinhala' = 24, 'Thai' = 25, 'Lao' = 26, 'Tibetan' = 27, 'Myanmar' = 28, 'Georgian' = 29, 'Hangul\_Jamo' = 30, 'Ethiopic' = 31, 'Cherokee' = 32, 'Unified\_Canadian\_Aboriginal\_Syllabics' = 33, 'Ogham' = 34, 'Runic' = 35, 'Khmer' = 36, 'Mongolian' = 37, 'Latin\_Extended\_Additional' = 38, 'Greek\_Extended' = 39, 'General\_Punctuation' = 40, 'Superscripts\_And\_Subscripts' = 41, 'Currency\_Symbols' = 42, 'Combining\_Diacritical\_Marks\_For\_Symbols' = 43, 'Letterlike\_Symbols' = 44, 'Number\_Forms' = 45, 'Arrows' = 46, 'Mathematical\_Operators' = 47, 'Miscellaneous\_Technical' = 48, 'Control\_Pictures' = 49, 'Optical\_Character\_Recognition' = 50, 'Enclosed\_Alphanumerics' = 51, 'Box\_Drawing' = 52, 'Block\_Elements' = 53, 'Geometric\_Shapes' = 54, 'Miscellaneous\_Symbols' = 55, 'Dingbats' = 56, 'Braille\_Patterns' = 57, 'CJK\_Radicals\_Supplement' = 58, 'Kangxi\_Radicals' = 59, 'Ideographic\_Description\_Characters' = 60, 'CJK\_Symbols\_And\_Punctuation' = 61, 'Hiragana' = 62, 'Katakana' = 63, 'Bopomofo' = 64, 'Hangul\_Compatibility\_Jamo' = 65, 'Kanbun' = 66, 'Bopomofo\_Extended' = 67, 'Enclosed\_CJK\_Letters\_And\_Months' = 68, 'CJK\_Compatibility' = 69, 'CJK\_Unified\_Ideographs\_Extension\_A' = 70, 'CJK\_Unified\_Ideographs' = 71, 'Yi\_Syllables' = 72, 'Yi\_Radicals' = 73, 'Hangul\_Syllables' = 74, 'High\_Surrogates' = 75, 'High\_Private\_Use\_Surrogates' = 76, 'Low\_Surrogates' = 77, 'Private\_Use\_Area' = 78, 'CJK\_Compatibility\_Ideographs' = 79, 'Alphabetic\_Presentation\_Forms' = 80, 'Arabic\_Presentation\_Forms\_A' = 81, 'Combining\_Half\_Marks' = 82, 'CJK\_Compatibility\_Forms' = 83, 'Small\_Form\_Variants' = 84, 'Arabic\_Presentation\_Forms\_B' = 85, 'Specials' = 86, 'Halfwidth\_And\_Fullwidth\_Forms' = 87, 'Old\_Italic' = 88, 'Gothic' = 89, 'Deseret' = 90, 'Byzantine\_Musical\_Symbols' = 91, 'Musical\_Symbols' = 92, 'Mathematical\_Alphanumeric\_Symbols' = 93, 'CJK\_Unified\_Ideographs\_Extension\_B' = 94, 'CJK\_Compatibility\_Ideographs\_Supplement' = 95, 'Tags' = 96, 'Cyrillic\_Supplement' = 97, 'Tagalog' = 98, 'Hanunoo' = 99, 'Buhid' = 100, 'Tagbanwa' = 101, 'Miscellaneous\_Mathematical\_Symbols\_A' = 102, 'Supplemental\_Arrows\_A' = 103, 'Supplemental\_Arrows\_B' = 104, 'Miscellaneous\_Mathematical\_Symbols\_B' = 105, 'Supplemental\_Mathematical\_Operators' = 106, 'Katakana\_Phonetic\_Extensions' = 107, 'Variation\_Selectors' = 108, 'Supplementary\_Private\_Use\_Area\_A' = 109, 'Supplementary\_Private\_Use\_Area\_B' = 110, 'Limbu' = 111, 'Tai\_Le' = 112, 'Khmer\_Symbols' = 113, 'Phonetic\_Extensions' = 114, 'Miscellaneous\_Symbols\_And\_Arrows' = 115, 'Yijing\_Hexagram\_Symbols' = 116, 'Linear\_B\_Syllabary' = 117, 'Linear\_B\_Ideograms' = 118, 'Aegean\_Numbers' = 119, 'Ugaritic' = 120, 'Shavian' = 121, 'Osmanya' = 122, 'Cypriot\_Syllabary' = 123, 'Tai\_Xuan\_Jing\_Symbols' = 124, 'Variation\_Selectors\_Supplement' = 125, 'Ancient\_Greek\_Musical\_Notation' = 126, 'Ancient\_Greek\_Numbers' = 127, 'Arabic\_Supplement' = 128, 'Buginese' = 129, 'CJK\_Strokes' = 130, 'Combining\_Diacritical\_Marks\_Supplement' = 131, 'Coptic' = 132, 'Ethiopic\_Extended' = 133, 'Ethiopic\_Supplement' = 134, 'Georgian\_Supplement' = 135, 'Glagolitic' = 136, 'Kharoshthi' = 137, 'Modifier\_Tone\_Letters' = 138, 'New\_Tai\_Lue' = 139, 'Old\_Persian' = 140, 'Phonetic\_Extensions\_Supplement' = 141, 'Supplemental\_Punctuation' = 142, 'Syloti\_Nagri' = 143, 'Tifinagh' = 144, 'Vertical\_Forms' = 145, 'NKo' = 146, 'Balinese' = 147, 'Latin\_Extended\_C' = 148, 'Latin\_Extended\_D' = 149, 'Phags\_Pa' = 150, 'Phoenician' = 151, 'Cuneiform' = 152, 'Cuneiform\_Numbers\_And\_Punctuation' = 153, 'Counting\_Rod\_Numerals' = 154, 'Sundanese' = 155, 'Lepcha' = 156, 'Ol\_Chiki' = 157, 'Cyrillic\_Extended\_A' = 158, 'Vai' = 159, 'Cyrillic\_Extended\_B' = 160, 'Saurashtra' = 161, 'Kayah\_Li' = 162, 'Rejang' = 163, 'Cham' = 164, 'Ancient\_Symbols' = 165, 'Phaistos\_Disc' = 166, 'Lycian' = 167, 'Carian' = 168, 'Lydian' = 169, 'Mahjong\_Tiles' = 170, 'Domino\_Tiles' = 171, 'Samaritan' = 172, 'Unified\_Canadian\_Aboriginal\_Syllabics\_Extended' = 173, 'Tai\_Tham' = 174, 'Vedic\_Extensions' = 175, 'Lisu' = 176, 'Bamum' = 177, 'Common\_Indic\_Number\_Forms' = 178, 'Devanagari\_Extended' = 179, 'Hangul\_Jamo\_Extended\_A' = 180, 'Javanese' = 181, 'Myanmar\_Extended\_A' = 182, 'Tai\_Viet' = 183, 'Meetei\_Mayek' = 184, 'Hangul\_Jamo\_Extended\_B' = 185, 'Imperial\_Aramaic' = 186, 'Old\_South\_Arabian' = 187, 'Avestan' = 188, 'Inscriptional\_Parthian' = 189, 'Inscriptional\_Pahlavi' = 190, 'Old\_Turkic' = 191, 'Rumi\_Numeral\_Symbols' = 192, 'Kaithi' = 193, 'Egyptian\_Hieroglyphs' = 194, 'Enclosed\_Alphanumeric\_Supplement' = 195, 'Enclosed\_Ideographic\_Supplement' = 196, 'CJK\_Unified\_Ideographs\_Extension\_C' = 197, 'Mandaic' = 198, 'Batak' = 199, 'Ethiopic\_Extended\_A' = 200, 'Brahmi' = 201, 'Bamum\_Supplement' = 202, 'Kana\_Supplement' = 203, 'Playing\_Cards' = 204, 'Miscellaneous\_Symbols\_And\_Pictographs' = 205, 'Emoticons' = 206, 'Transport\_And\_Map\_Symbols' = 207, 'Alchemical\_Symbols' = 208, 'CJK\_Unified\_Ideographs\_Extension\_D' = 209, 'Arabic\_Extended\_A' = 210, 'Arabic\_Mathematical\_Alphabetic\_Symbols' = 211, 'Chakma' = 212, 'Meetei\_Mayek\_Extensions' = 213, 'Meroitic\_Cursive' = 214, 'Meroitic\_Hieroglyphs' = 215, 'Miao' = 216, 'Sharada' = 217, 'Sora\_Sompeng' = 218, 'Sundanese\_Supplement' = 219, 'Takri' = 220, 'Bassa\_Vah' = 221, 'Caucasian\_Albanian' = 222, 'Coptic\_Epact\_Numbers' = 223, 'Combining\_Diacritical\_Marks\_Extended' = 224, 'Duployan' = 225, 'Elbasan' = 226, 'Geometric\_Shapes\_Extended' = 227, 'Grantha' = 228, 'Khojki' = 229, 'Khudawadi' = 230, 'Latin\_Extended\_E' = 231, 'Linear\_A' = 232, 'Mahajani' = 233, 'Manichaean' = 234, 'Mende\_Kikakui' = 235, 'Modi' = 236, 'Mro' = 237, 'Myanmar\_Extended\_B' = 238, 'Nabataean' = 239, 'Old\_North\_Arabian' = 240, 'Old\_Permic' = 241, 'Ornamental\_Dingbats' = 242, 'Pahawh\_Hmong' = 243, 'Palmyrene' = 244, 'Pau\_Cin\_Hau' = 245, 'Psalter\_Pahlavi' = 246, 'Shorthand\_Format\_Controls' = 247, 'Siddham' = 248, 'Sinhala\_Archaic\_Numbers' = 249, 'Supplemental\_Arrows\_C' = 250, 'Tirhuta' = 251, 'Warang\_Citi' = 252, 'Ahom' = 253, 'Anatolian\_Hieroglyphs' = 254, 'Cherokee\_Supplement' = 255, 'CJK\_Unified\_Ideographs\_Extension\_E' = 256, 'Early\_Dynastic\_Cuneiform' = 257, 'Hatran' = 258, 'Multani' = 259, 'Old\_Hungarian' = 260, 'Supplemental\_Symbols\_And\_Pictographs' = 261, 'Sutton\_SignWriting' = 262, 'Adlam' = 263, 'Bhaiksuki' = 264, 'Cyrillic\_Extended\_C' = 265, 'Glagolitic\_Supplement' = 266, 'Ideographic\_Symbols\_And\_Punctuation' = 267, 'Marchen' = 268, 'Mongolian\_Supplement' = 269, 'Newa' = 270, 'Osage' = 271, 'Tangut' = 272, 'Tangut\_Components' = 273, 'CJK\_Unified\_Ideographs\_Extension\_F' = 274, 'Kana\_Extended\_A' = 275, 'Masaram\_Gondi' = 276, 'Nushu' = 277, 'Soyombo' = 278, 'Syriac\_Supplement' = 279, 'Zanabazar\_Square' = 280, 'Chess\_Symbols' = 281, 'Dogra' = 282, 'Georgian\_Extended' = 283, 'Gunjala\_Gondi' = 284, 'Hanifi\_Rohingya' = 285, 'Indic\_Siyaq\_Numbers' = 286, 'Makasar' = 287, 'Mayan\_Numerals' = 288, 'Medefaidrin' = 289, 'Old\_Sogdian' = 290, 'Sogdian' = 291, 'Egyptian\_Hieroglyph\_Format\_Controls' = 292, 'Elymaic' = 293, 'Nandinagari' = 294, 'Nyiakeng\_Puachue\_Hmong' = 295, 'Ottoman\_Siyaq\_Numbers' = 296, 'Small\_Kana\_Extension' = 297, 'Symbols\_And\_Pictographs\_Extended\_A' = 298, 'Tamil\_Supplement' = 299, 'Wancho' = 300, 'Chorasmian' = 301, 'CJK\_Unified\_Ideographs\_Extension\_G' = 302, 'Dives\_Akuru' = 303, 'Khitan\_Small\_Script' = 304, 'Lisu\_Supplement' = 305, 'Symbols\_For\_Legacy\_Computing' = 306, 'Tangut\_Supplement' = 307, 'Yezidi' = 308, 'Arabic\_Extended\_B' = 309, 'Cypro\_Minoan' = 310, 'Ethiopic\_Extended\_B' = 311, 'Kana\_Extended\_B' = 312, 'Latin\_Extended\_F' = 313, 'Latin\_Extended\_G' = 314, 'Old\_Uyghur' = 315, 'Tangsa' = 316, 'Toto' = 317, 'Unified\_Canadian\_Aboriginal\_Syllabics\_Extended\_A' = 318, 'Vithkuqi' = 319, 'Znamenny\_Musical\_Notation' = 320, 'Arabic\_Extended\_C' = 321, 'CJK\_Unified\_Ideographs\_Extension\_H' = 322, 'Cyrillic\_Extended\_D' = 323, 'Devanagari\_Extended\_A' = 324, 'Kaktovik\_Numerals' = 325, 'Kawi' = 326, 'Nag\_Mundari' = 327, 'CJK\_Unified\_Ideographs\_Extension\_I' = 328, 'Egyptian\_Hieroglyphs\_Extended\_A' = 329, 'Garay' = 330, 'Gurung\_Khema' = 331, 'Kirat\_Rai' = 332, 'Myanmar\_Extended\_C' = 333, 'Ol\_Onal' = 334, 'Sunuwar' = 335, 'Symbols\_For\_Legacy\_Computing\_Supplement' = 336, 'Todhri' = 337, 'Tulu\_Tigalari' = 338, 'Beria\_Erfe' = 339, 'CJK\_Unified\_Ideographs\_Extension\_J' = 340, 'Miscellaneous\_Symbols\_Supplement' = 341, 'Sharada\_Supplement' = 342, 'Sidetic' = 343, 'Tai\_Yo' = 344, 'Tangut\_Components\_Supplement' = 345, 'Tolong\_Siki' = 346)](/reference/data-types/enum))
* `canonical_combining_class` ([Enum16('Not\_Reordered' = 0, 'Overlay' = 1, 'Han\_Reading' = 6, 'Nukta' = 7, 'Kana\_Voicing' = 8, 'Virama' = 9, 'CCC10' = 10, 'CCC11' = 11, 'CCC12' = 12, 'CCC13' = 13, 'CCC14' = 14, 'CCC15' = 15, 'CCC16' = 16, 'CCC17' = 17, 'CCC18' = 18, 'CCC19' = 19, 'CCC20' = 20, 'CCC21' = 21, 'CCC22' = 22, 'CCC23' = 23, 'CCC24' = 24, 'CCC25' = 25, 'CCC26' = 26, 'CCC27' = 27, 'CCC28' = 28, 'CCC29' = 29, 'CCC30' = 30, 'CCC31' = 31, 'CCC32' = 32, 'CCC33' = 33, 'CCC34' = 34, 'CCC35' = 35, 'CCC36' = 36, 'CCC84' = 84, 'CCC91' = 91, 'CCC103' = 103, 'CCC107' = 107, 'CCC118' = 118, 'CCC122' = 122, 'CCC129' = 129, 'CCC130' = 130, 'CCC132' = 132, 'CCC133' = 133, 'Attached\_Below\_Left' = 200, 'Attached\_Below' = 202, 'Attached\_Above' = 214, 'Attached\_Above\_Right' = 216, 'Below\_Left' = 218, 'Below' = 220, 'Below\_Right' = 222, 'Left' = 224, 'Right' = 226, 'Above\_Left' = 228, 'Above' = 230, 'Above\_Right' = 232, 'Double\_Below' = 233, 'Double\_Above' = 234, 'Iota\_Subscript' = 240)](/reference/data-types/enum))
* `decomposition_type` ([Enum8('None' = 0, 'Canonical' = 1, 'Compat' = 2, 'Circle' = 3, 'Final' = 4, 'Font' = 5, 'Fraction' = 6, 'Initial' = 7, 'Isolated' = 8, 'Medial' = 9, 'Narrow' = 10, 'Nobreak' = 11, 'Small' = 12, 'Square' = 13, 'Sub' = 14, 'Super' = 15, 'Vertical' = 16, 'Wide' = 17)](/reference/data-types/enum))
* `east_asian_width` ([Enum8('Neutral' = 0, 'Ambiguous' = 1, 'Halfwidth' = 2, 'Fullwidth' = 3, 'Narrow' = 4, 'Wide' = 5)](/reference/data-types/enum))
* `general_category` ([Enum8('Unassigned' = 0, 'Uppercase\_Letter' = 1, 'Lowercase\_Letter' = 2, 'Titlecase\_Letter' = 3, 'Modifier\_Letter' = 4, 'Other\_Letter' = 5, 'Nonspacing\_Mark' = 6, 'Enclosing\_Mark' = 7, 'Spacing\_Mark' = 8, 'Decimal\_Number' = 9, 'Letter\_Number' = 10, 'Other\_Number' = 11, 'Space\_Separator' = 12, 'Line\_Separator' = 13, 'Paragraph\_Separator' = 14, 'Control' = 15, 'Format' = 16, 'Private\_Use' = 17, 'Surrogate' = 18, 'Dash\_Punctuation' = 19, 'Open\_Punctuation' = 20, 'Close\_Punctuation' = 21, 'Connector\_Punctuation' = 22, 'Other\_Punctuation' = 23, 'Math\_Symbol' = 24, 'Currency\_Symbol' = 25, 'Modifier\_Symbol' = 26, 'Other\_Symbol' = 27, 'Initial\_Punctuation' = 28, 'Final\_Punctuation' = 29)](/reference/data-types/enum))
* `joining_group` ([Enum8('No\_Joining\_Group' = 0, 'Ain' = 1, 'Alaph' = 2, 'Alef' = 3, 'Beh' = 4, 'Beth' = 5, 'Dal' = 6, 'Dalath\_Rish' = 7, 'E' = 8, 'Feh' = 9, 'Final\_Semkath' = 10, 'Gaf' = 11, 'Gamal' = 12, 'Hah' = 13, 'Teh\_Marbuta\_Goal' = 14, 'He' = 15, 'Heh' = 16, 'Heh\_Goal' = 17, 'Heth' = 18, 'Kaf' = 19, 'Kaph' = 20, 'Knotted\_Heh' = 21, 'Lam' = 22, 'Lamadh' = 23, 'Meem' = 24, 'Mim' = 25, 'Noon' = 26, 'Nun' = 27, 'Pe' = 28, 'Qaf' = 29, 'Qaph' = 30, 'Reh' = 31, 'Reversed\_Pe' = 32, 'Sad' = 33, 'Sadhe' = 34, 'Seen' = 35, 'Semkath' = 36, 'Shin' = 37, 'Swash\_Kaf' = 38, 'Syriac\_Waw' = 39, 'Tah' = 40, 'Taw' = 41, 'Teh\_Marbuta' = 42, 'Teth' = 43, 'Waw' = 44, 'Yeh' = 45, 'Yeh\_Barree' = 46, 'Yeh\_With\_Tail' = 47, 'Yudh' = 48, 'Yudh\_He' = 49, 'Zain' = 50, 'Fe' = 51, 'Khaph' = 52, 'Zhain' = 53, 'Burushaski\_Yeh\_Barree' = 54, 'Farsi\_Yeh' = 55, 'Nya' = 56, 'Rohingya\_Yeh' = 57, 'Manichaean\_Aleph' = 58, 'Manichaean\_Ayin' = 59, 'Manichaean\_Beth' = 60, 'Manichaean\_Daleth' = 61, 'Manichaean\_Dhamedh' = 62, 'Manichaean\_Five' = 63, 'Manichaean\_Gimel' = 64, 'Manichaean\_Heth' = 65, 'Manichaean\_Hundred' = 66, 'Manichaean\_Kaph' = 67, 'Manichaean\_Lamedh' = 68, 'Manichaean\_Mem' = 69, 'Manichaean\_Nun' = 70, 'Manichaean\_One' = 71, 'Manichaean\_Pe' = 72, 'Manichaean\_Qoph' = 73, 'Manichaean\_Resh' = 74, 'Manichaean\_Sadhe' = 75, 'Manichaean\_Samekh' = 76, 'Manichaean\_Taw' = 77, 'Manichaean\_Ten' = 78, 'Manichaean\_Teth' = 79, 'Manichaean\_Thamedh' = 80, 'Manichaean\_Twenty' = 81, 'Manichaean\_Waw' = 82, 'Manichaean\_Yodh' = 83, 'Manichaean\_Zayin' = 84, 'Straight\_Waw' = 85, 'African\_Feh' = 86, 'African\_Noon' = 87, 'African\_Qaf' = 88, 'Malayalam\_Bha' = 89, 'Malayalam\_Ja' = 90, 'Malayalam\_Lla' = 91, 'Malayalam\_Llla' = 92, 'Malayalam\_Nga' = 93, 'Malayalam\_Nna' = 94, 'Malayalam\_Nnna' = 95, 'Malayalam\_Nya' = 96, 'Malayalam\_Ra' = 97, 'Malayalam\_Ssa' = 98, 'Malayalam\_Tta' = 99, 'Hanifi\_Rohingya\_Kinna\_Ya' = 100, 'Hanifi\_Rohingya\_Pa' = 101, 'Thin\_Yeh' = 102, 'Vertical\_Tail' = 103, 'Kashmiri\_Yeh' = 104, 'Thin\_Noon' = 105)](/reference/data-types/enum))
* `joining_type` ([Enum8('Non\_Joining' = 0, 'Join\_Causing' = 1, 'Dual\_Joining' = 2, 'Left\_Joining' = 3, 'Right\_Joining' = 4, 'Transparent' = 5)](/reference/data-types/enum))
* `line_break` ([Enum8('Unknown' = 0, 'Ambiguous' = 1, 'Alphabetic' = 2, 'Break\_Both' = 3, 'Break\_After' = 4, 'Break\_Before' = 5, 'Mandatory\_Break' = 6, 'Contingent\_Break' = 7, 'Close\_Punctuation' = 8, 'Combining\_Mark' = 9, 'Carriage\_Return' = 10, 'Exclamation' = 11, 'Glue' = 12, 'Hyphen' = 13, 'Ideographic' = 14, 'Inseparable' = 15, 'Infix\_Numeric' = 16, 'Line\_Feed' = 17, 'Nonstarter' = 18, 'Numeric' = 19, 'Open\_Punctuation' = 20, 'Postfix\_Numeric' = 21, 'Prefix\_Numeric' = 22, 'Quotation' = 23, 'Complex\_Context' = 24, 'Surrogate' = 25, 'Space' = 26, 'Break\_Symbols' = 27, 'ZWSpace' = 28, 'Next\_Line' = 29, 'Word\_Joiner' = 30, 'H2' = 31, 'H3' = 32, 'JL' = 33, 'JT' = 34, 'JV' = 35, 'Close\_Parenthesis' = 36, 'Conditional\_Japanese\_Starter' = 37, 'Hebrew\_Letter' = 38, 'Regional\_Indicator' = 39, 'E\_Base' = 40, 'E\_Modifier' = 41, 'ZWJ' = 42, 'Aksara' = 43, 'Aksara\_Prebase' = 44, 'Aksara\_Start' = 45, 'Virama\_Final' = 46, 'Virama' = 47, 'Unambiguous\_Hyphen' = 48)](/reference/data-types/enum))
* `numeric_type` ([Enum8('None' = 0, 'Decimal' = 1, 'Digit' = 2, 'Numeric' = 3)](/reference/data-types/enum))
* `script` ([Enum16('Common' = 0, 'Inherited' = 1, 'Arabic' = 2, 'Armenian' = 3, 'Bengali' = 4, 'Bopomofo' = 5, 'Cherokee' = 6, 'Coptic' = 7, 'Cyrillic' = 8, 'Deseret' = 9, 'Devanagari' = 10, 'Ethiopic' = 11, 'Georgian' = 12, 'Gothic' = 13, 'Greek' = 14, 'Gujarati' = 15, 'Gurmukhi' = 16, 'Han' = 17, 'Hangul' = 18, 'Hebrew' = 19, 'Hiragana' = 20, 'Kannada' = 21, 'Katakana' = 22, 'Khmer' = 23, 'Lao' = 24, 'Latin' = 25, 'Malayalam' = 26, 'Mongolian' = 27, 'Myanmar' = 28, 'Ogham' = 29, 'Old\_Italic' = 30, 'Oriya' = 31, 'Runic' = 32, 'Sinhala' = 33, 'Syriac' = 34, 'Tamil' = 35, 'Telugu' = 36, 'Thaana' = 37, 'Thai' = 38, 'Tibetan' = 39, 'Canadian\_Aboriginal' = 40, 'Yi' = 41, 'Tagalog' = 42, 'Hanunoo' = 43, 'Buhid' = 44, 'Tagbanwa' = 45, 'Braille' = 46, 'Cypriot' = 47, 'Limbu' = 48, 'Linear\_B' = 49, 'Osmanya' = 50, 'Shavian' = 51, 'Tai\_Le' = 52, 'Ugaritic' = 53, 'Katakana\_Or\_Hiragana' = 54, 'Buginese' = 55, 'Glagolitic' = 56, 'Kharoshthi' = 57, 'Syloti\_Nagri' = 58, 'New\_Tai\_Lue' = 59, 'Tifinagh' = 60, 'Old\_Persian' = 61, 'Balinese' = 62, 'Batak' = 63, 'Blis' = 64, 'Brahmi' = 65, 'Cham' = 66, 'Cirt' = 67, 'Cyrs' = 68, 'Egyd' = 69, 'Egyh' = 70, 'Egyptian\_Hieroglyphs' = 71, 'Geok' = 72, 'Hans' = 73, 'Hant' = 74, 'Pahawh\_Hmong' = 75, 'Old\_Hungarian' = 76, 'Inds' = 77, 'Javanese' = 78, 'Kayah\_Li' = 79, 'Latf' = 80, 'Latg' = 81, 'Lepcha' = 82, 'Linear\_A' = 83, 'Mandaic' = 84, 'Maya' = 85, 'Meroitic\_Hieroglyphs' = 86, 'Nko' = 87, 'Old\_Turkic' = 88, 'Old\_Permic' = 89, 'Phags\_Pa' = 90, 'Phoenician' = 91, 'Miao' = 92, 'Roro' = 93, 'Sara' = 94, 'Syre' = 95, 'Syrj' = 96, 'Syrn' = 97, 'Teng' = 98, 'Vai' = 99, 'Visp' = 100, 'Cuneiform' = 101, 'Zxxx' = 102, 'Unknown' = 103, 'Carian' = 104, 'Jpan' = 105, 'Tai\_Tham' = 106, 'Lycian' = 107, 'Lydian' = 108, 'Ol\_Chiki' = 109, 'Rejang' = 110, 'Saurashtra' = 111, 'SignWriting' = 112, 'Sundanese' = 113, 'Moon' = 114, 'Meetei\_Mayek' = 115, 'Imperial\_Aramaic' = 116, 'Avestan' = 117, 'Chakma' = 118, 'Kore' = 119, 'Kaithi' = 120, 'Manichaean' = 121, 'Inscriptional\_Pahlavi' = 122, 'Psalter\_Pahlavi' = 123, 'Phlv' = 124, 'Inscriptional\_Parthian' = 125, 'Samaritan' = 126, 'Tai\_Viet' = 127, 'Zmth' = 128, 'Zsym' = 129, 'Bamum' = 130, 'Lisu' = 131, 'Nkgb' = 132, 'Old\_South\_Arabian' = 133, 'Bassa\_Vah' = 134, 'Duployan' = 135, 'Elbasan' = 136, 'Grantha' = 137, 'Kpel' = 138, 'Loma' = 139, 'Mende\_Kikakui' = 140, 'Meroitic\_Cursive' = 141, 'Old\_North\_Arabian' = 142, 'Nabataean' = 143, 'Palmyrene' = 144, 'Khudawadi' = 145, 'Warang\_Citi' = 146, 'Afak' = 147, 'Jurc' = 148, 'Mro' = 149, 'Nushu' = 150, 'Sharada' = 151, 'Sora\_Sompeng' = 152, 'Takri' = 153, 'Tangut' = 154, 'Wole' = 155, 'Anatolian\_Hieroglyphs' = 156, 'Khojki' = 157, 'Tirhuta' = 158, 'Caucasian\_Albanian' = 159, 'Mahajani' = 160, 'Ahom' = 161, 'Hatran' = 162, 'Modi' = 163, 'Multani' = 164, 'Pau\_Cin\_Hau' = 165, 'Siddham' = 166, 'Adlam' = 167, 'Bhaiksuki' = 168, 'Marchen' = 169, 'Newa' = 170, 'Osage' = 171, 'Hanb' = 172, 'Jamo' = 173, 'Zsye' = 174, 'Masaram\_Gondi' = 175, 'Soyombo' = 176, 'Zanabazar\_Square' = 177, 'Dogra' = 178, 'Gunjala\_Gondi' = 179, 'Makasar' = 180, 'Medefaidrin' = 181, 'Hanifi\_Rohingya' = 182, 'Sogdian' = 183, 'Old\_Sogdian' = 184, 'Elymaic' = 185, 'Nyiakeng\_Puachue\_Hmong' = 186, 'Nandinagari' = 187, 'Wancho' = 188, 'Chorasmian' = 189, 'Dives\_Akuru' = 190, 'Khitan\_Small\_Script' = 191, 'Yezidi' = 192, 'Cypro\_Minoan' = 193, 'Old\_Uyghur' = 194, 'Tangsa' = 195, 'Toto' = 196, 'Vithkuqi' = 197, 'Kawi' = 198, 'Nag\_Mundari' = 199, 'Aran' = 200, 'Garay' = 201, 'Gurung\_Khema' = 202, 'Kirat\_Rai' = 203, 'Ol\_Onal' = 204, 'Sunuwar' = 205, 'Todhri' = 206, 'Tulu\_Tigalari' = 207, 'Beria\_Erfe' = 208, 'Sidetic' = 209, 'Tai\_Yo' = 210, 'Tolong\_Siki' = 211, 'Hntl' = 212)](/reference/data-types/enum))
* `hangul_syllable_type` ([Enum8('Not\_Applicable' = 0, 'Leading\_Jamo' = 1, 'Vowel\_Jamo' = 2, 'Trailing\_Jamo' = 3, 'LV\_Syllable' = 4, 'LVT\_Syllable' = 5)](/reference/data-types/enum))
* `nfd_quick_check` ([Enum8('No' = 0, 'Yes' = 1)](/reference/data-types/enum))
* `nfkd_quick_check` ([Enum8('No' = 0, 'Yes' = 1)](/reference/data-types/enum))
* `nfc_quick_check` ([Enum8('No' = 0, 'Yes' = 1, 'Maybe' = 2)](/reference/data-types/enum))
* `nfkc_quick_check` ([Enum8('No' = 0, 'Yes' = 1, 'Maybe' = 2)](/reference/data-types/enum))
* `lead_canonical_combining_class` ([Enum16('Not\_Reordered' = 0, 'Overlay' = 1, 'Han\_Reading' = 6, 'Nukta' = 7, 'Kana\_Voicing' = 8, 'Virama' = 9, 'CCC10' = 10, 'CCC11' = 11, 'CCC12' = 12, 'CCC13' = 13, 'CCC14' = 14, 'CCC15' = 15, 'CCC16' = 16, 'CCC17' = 17, 'CCC18' = 18, 'CCC19' = 19, 'CCC20' = 20, 'CCC21' = 21, 'CCC22' = 22, 'CCC23' = 23, 'CCC24' = 24, 'CCC25' = 25, 'CCC26' = 26, 'CCC27' = 27, 'CCC28' = 28, 'CCC29' = 29, 'CCC30' = 30, 'CCC31' = 31, 'CCC32' = 32, 'CCC33' = 33, 'CCC34' = 34, 'CCC35' = 35, 'CCC36' = 36, 'CCC84' = 84, 'CCC91' = 91, 'CCC103' = 103, 'CCC107' = 107, 'CCC118' = 118, 'CCC122' = 122, 'CCC129' = 129, 'CCC130' = 130, 'CCC132' = 132, 'CCC133' = 133, 'Attached\_Below\_Left' = 200, 'Attached\_Below' = 202, 'Attached\_Above' = 214, 'Attached\_Above\_Right' = 216, 'Below\_Left' = 218, 'Below' = 220, 'Below\_Right' = 222, 'Left' = 224, 'Right' = 226, 'Above\_Left' = 228, 'Above' = 230, 'Above\_Right' = 232, 'Double\_Below' = 233, 'Double\_Above' = 234, 'Iota\_Subscript' = 240)](/reference/data-types/enum))
* `trail_canonical_combining_class` ([Enum16('Not\_Reordered' = 0, 'Overlay' = 1, 'Han\_Reading' = 6, 'Nukta' = 7, 'Kana\_Voicing' = 8, 'Virama' = 9, 'CCC10' = 10, 'CCC11' = 11, 'CCC12' = 12, 'CCC13' = 13, 'CCC14' = 14, 'CCC15' = 15, 'CCC16' = 16, 'CCC17' = 17, 'CCC18' = 18, 'CCC19' = 19, 'CCC20' = 20, 'CCC21' = 21, 'CCC22' = 22, 'CCC23' = 23, 'CCC24' = 24, 'CCC25' = 25, 'CCC26' = 26, 'CCC27' = 27, 'CCC28' = 28, 'CCC29' = 29, 'CCC30' = 30, 'CCC31' = 31, 'CCC32' = 32, 'CCC33' = 33, 'CCC34' = 34, 'CCC35' = 35, 'CCC36' = 36, 'CCC84' = 84, 'CCC91' = 91, 'CCC103' = 103, 'CCC107' = 107, 'CCC118' = 118, 'CCC122' = 122, 'CCC129' = 129, 'CCC130' = 130, 'CCC132' = 132, 'CCC133' = 133, 'Attached\_Below\_Left' = 200, 'Attached\_Below' = 202, 'Attached\_Above' = 214, 'Attached\_Above\_Right' = 216, 'Below\_Left' = 218, 'Below' = 220, 'Below\_Right' = 222, 'Left' = 224, 'Right' = 226, 'Above\_Left' = 228, 'Above' = 230, 'Above\_Right' = 232, 'Double\_Below' = 233, 'Double\_Above' = 234, 'Iota\_Subscript' = 240)](/reference/data-types/enum))
* `grapheme_cluster_break` ([Enum8('Other' = 0, 'Control' = 1, 'CR' = 2, 'Extend' = 3, 'L' = 4, 'LF' = 5, 'LV' = 6, 'LVT' = 7, 'T' = 8, 'V' = 9, 'SpacingMark' = 10, 'Prepend' = 11, 'Regional\_Indicator' = 12, 'E\_Base' = 13, 'E\_Base\_GAZ' = 14, 'E\_Modifier' = 15, 'Glue\_After\_Zwj' = 16, 'ZWJ' = 17)](/reference/data-types/enum))
* `sentence_break` ([Enum8('Other' = 0, 'ATerm' = 1, 'Close' = 2, 'Format' = 3, 'Lower' = 4, 'Numeric' = 5, 'OLetter' = 6, 'Sep' = 7, 'Sp' = 8, 'STerm' = 9, 'Upper' = 10, 'CR' = 11, 'Extend' = 12, 'LF' = 13, 'SContinue' = 14)](/reference/data-types/enum))
* `word_break` ([Enum8('Other' = 0, 'ALetter' = 1, 'Format' = 2, 'Katakana' = 3, 'MidLetter' = 4, 'MidNum' = 5, 'Numeric' = 6, 'ExtendNumLet' = 7, 'CR' = 8, 'Extend' = 9, 'LF' = 10, 'MidNumLet' = 11, 'Newline' = 12, 'Regional\_Indicator' = 13, 'Hebrew\_Letter' = 14, 'Single\_Quote' = 15, 'Double\_Quote' = 16, 'E\_Base' = 17, 'E\_Base\_GAZ' = 18, 'E\_Modifier' = 19, 'Glue\_After\_Zwj' = 20, 'ZWJ' = 21, 'WSegSpace' = 22)](/reference/data-types/enum))
* `bidi_paired_bracket_type` ([Enum8('None' = 0, 'Open' = 1, 'Close' = 2)](/reference/data-types/enum))
* `indic_positional_category` ([Enum8('Not\_Applicable' = 0, 'Bottom' = 1, 'Bottom\_And\_Left' = 2, 'Bottom\_And\_Right' = 3, 'Left' = 4, 'Left\_And\_Right' = 5, 'Overstruck' = 6, 'Right' = 7, 'Top' = 8, 'Top\_And\_Bottom' = 9, 'Top\_And\_Bottom\_And\_Right' = 10, 'Top\_And\_Left' = 11, 'Top\_And\_Left\_And\_Right' = 12, 'Top\_And\_Right' = 13, 'Visual\_Order\_Left' = 14, 'Top\_And\_Bottom\_And\_Left' = 15)](/reference/data-types/enum))
* `indic_syllabic_category` ([Enum8('Other' = 0, 'Avagraha' = 1, 'Bindu' = 2, 'Brahmi\_Joining\_Number' = 3, 'Cantillation\_Mark' = 4, 'Consonant' = 5, 'Consonant\_Dead' = 6, 'Consonant\_Final' = 7, 'Consonant\_Head\_Letter' = 8, 'Consonant\_Initial\_Postfixed' = 9, 'Consonant\_Killer' = 10, 'Consonant\_Medial' = 11, 'Consonant\_Placeholder' = 12, 'Consonant\_Preceding\_Repha' = 13, 'Consonant\_Prefixed' = 14, 'Consonant\_Subjoined' = 15, 'Consonant\_Succeeding\_Repha' = 16, 'Consonant\_With\_Stacker' = 17, 'Gemination\_Mark' = 18, 'Invisible\_Stacker' = 19, 'Joiner' = 20, 'Modifying\_Letter' = 21, 'Non\_Joiner' = 22, 'Nukta' = 23, 'Number' = 24, 'Number\_Joiner' = 25, 'Pure\_Killer' = 26, 'Register\_Shifter' = 27, 'Syllable\_Modifier' = 28, 'Tone\_Letter' = 29, 'Tone\_Mark' = 30, 'Virama' = 31, 'Visarga' = 32, 'Vowel' = 33, 'Vowel\_Dependent' = 34, 'Vowel\_Independent' = 35, 'Reordering\_Killer' = 36)](/reference/data-types/enum))
* `vertical_orientation` ([Enum8('Rotated' = 0, 'Transformed\_Rotated' = 1, 'Transformed\_Upright' = 2, 'Upright' = 3)](/reference/data-types/enum))
* `identifier_status` ([Enum8('Restricted' = 0, 'Allowed' = 1)](/reference/data-types/enum))
* `general_category_mask` ([Int32](/reference/data-types/int-uint))
* `numeric_value` ([Float64](/reference/data-types/float))
* `age` ([String](/reference/data-types/string))
* `bidi_mirroring_glyph` ([String](/reference/data-types/string))
* `case_folding` ([String](/reference/data-types/string))
* `lowercase_mapping` ([String](/reference/data-types/string))
* `name` ([String](/reference/data-types/string))
* `simple_case_folding` ([String](/reference/data-types/string))
* `simple_lowercase_mapping` ([String](/reference/data-types/string))
* `simple_titlecase_mapping` ([String](/reference/data-types/string))
* `simple_uppercase_mapping` ([String](/reference/data-types/string))
* `titlecase_mapping` ([String](/reference/data-types/string))
* `uppercase_mapping` ([String](/reference/data-types/string))
* `bidi_paired_bracket` ([String](/reference/data-types/string))
* `script_extensions` ([Array(LowCardinality(String))](/reference/data-types/array))
* `identifier_type` ([Array(LowCardinality(String))](/reference/data-types/array))

<h2 id="example">
  Example
</h2>

```sql theme={null}
SELECT * FROM system.unicode WHERE code_point = 'a' LIMIT 1;
```

```text theme={null}
Row 1:
──────
code_point:                      a
code_point_value:                97
notation:                        U+0061
alphabetic:                      1
ascii_hex_digit:                 1
bidi_control:                    0
bidi_mirrored:                   0
dash:                            0
default_ignorable_code_point:    0
deprecated:                      0
diacritic:                       0
extender:                        0
full_composition_exclusion:      0
grapheme_base:                   1
grapheme_extend:                 0
grapheme_link:                   0
hex_digit:                       1
hyphen:                          0
id_continue:                     1
id_start:                        1
ideographic:                     0
ids_binary_operator:             0
ids_trinary_operator:            0
join_control:                    0
logical_order_exception:         0
lowercase:                       1
math:                            0
noncharacter_code_point:         0
quotation_mark:                  0
radical:                         0
soft_dotted:                     0
terminal_punctuation:            0
unified_ideograph:               0
uppercase:                       0
white_space:                     0
xid_continue:                    1
xid_start:                       1
case_sensitive:                  1
sentence_terminal:               0
variation_selector:              0
nfd_inert:                       1
nfkd_inert:                      1
nfc_inert:                       0
nfkc_inert:                      0
segment_starter:                 1
pattern_syntax:                  0
pattern_white_space:             0
alnum:                           1
blank:                           0
graph:                           1
print:                           1
xdigit:                          1
cased:                           1
case_ignorable:                  0
changes_when_lowercased:         0
changes_when_uppercased:         1
changes_when_titlecased:         1
changes_when_casefolded:         0
changes_when_casemapped:         1
changes_when_nfkc_casefolded:    0
emoji:                           0
emoji_presentation:              0
emoji_modifier:                  0
emoji_modifier_base:             0
emoji_component:                 0
regional_indicator:              0
prepended_concatenation_mark:    0
extended_pictographic:           0
basic_emoji:                     0
emoji_keycap_sequence:           0
rgi_emoji_modifier_sequence:     0
rgi_emoji_flag_sequence:         0
rgi_emoji_tag_sequence:          0
rgi_emoji_zwj_sequence:          0
rgi_emoji:                       0
ids_unary_operator:              0
id_compat_math_start:            0
id_compat_math_continue:         0
bidi_class:                      0
block:                           1
canonical_combining_class:       0
decomposition_type:              0
east_asian_width:                4
general_category:                2
joining_group:                   0
joining_type:                    0
line_break:                      2
numeric_type:                    0
script:                          25
hangul_syllable_type:            0
nfd_quick_check:                 1
nfkd_quick_check:                1
nfc_quick_check:                 1
nfkc_quick_check:                1
lead_canonical_combining_class:  0
trail_canonical_combining_class: 0
grapheme_cluster_break:          0
sentence_break:                  4
word_break:                      1
bidi_paired_bracket_type:        0
indic_positional_category:       0
indic_syllabic_category:         0
vertical_orientation:            0
identifier_status:               1
general_category_mask:           4
numeric_value:                   0
age:                             1.1
bidi_mirroring_glyph:            a
case_folding:                    a
lowercase_mapping:               a
name:                            LATIN SMALL LETTER A
simple_case_folding:             a
simple_lowercase_mapping:        a
simple_titlecase_mapping:        A
simple_uppercase_mapping:        A
titlecase_mapping:               A
uppercase_mapping:               A
bidi_paired_bracket:             a
script_extensions:               ['Latin']
identifier_type:                 ['Recommended']

```

```sql theme={null}
SELECT code_point, code_point_value, notation FROM system.unicode WHERE code_point = '😂';
```

```text theme={null}
   ┌─code_point─┬─code_point_value─┬─notation─┐
1. │ 😂          │           128514 │ U+1F602  │
   └────────────┴──────────────────┴──────────┘
```
