1 # PropertyValueAliases-11.0.0.txt
   2 # Date: 2018-05-20, 09:03:12 GMT
   3 # Copyright (c) 2018 Unicode, Inc.
   4 # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
   5 # For terms of use, see http://www.unicode.org/terms_of_use.html
   6 #
   7 # Unicode Character Database
   8 #   For documentation, see http://www.unicode.org/reports/tr44/
   9 #
  10 # This file contains aliases for property values used in the UCD.
  11 # These names can be used for XML formats of UCD data, for regular-expression
  12 # property tests, and other programmatic textual descriptions of Unicode data.
  13 #
  14 # The names may be translated in appropriate environments, and additional
  15 # aliases may be useful.
  16 #
  17 # FORMAT
  18 #
  19 # Each line describes a property value name.
  20 # This consists of three or more fields, separated by semicolons.
  21 #
  22 # First Field: The first field describes the property for which that
  23 # property value name is used.
  24 #
  25 # Second Field: The second field is an abbreviated name.
  26 #
  27 # Third Field: The third field is a long name.
  28 #
  29 # In the case of ccc, there are 4 fields. The second field is numeric, third
  30 # is abbreviated, and fourth is long.
  31 #
  32 # The above are the preferred aliases. Other aliases may be listed in additional fields.
  33 #
  34 # Loose matching should be applied to all property names and property values, with
  35 # the exception of String Property values. With loose matching of property names and
  36 # values, the case distinctions, whitespace, hyphens, and '_' are ignored.
  37 # For Numeric Property values, numeric equivalence is applied: thus "01.00"
  38 # is equivalent to "1".
  39 #
  40 # NOTE: Property value names are NOT unique across properties. For example:
  41 #
  42 #   AL means Arabic Letter for the Bidi_Class property, and
  43 #   AL means Above_Left for the Canonical_Combining_Class property, and
  44 #   AL means Alphabetic for the Line_Break property.
  45 #
  46 # In addition, some property names may be the same as some property value names.
  47 # For example:
  48 #
  49 #   sc means the Script property, and
  50 #   Sc means the General_Category property value Currency_Symbol (Sc)
  51 #
  52 # The combination of property value and property name is, however, unique.
  53 #
  54 # For more information, see UTS #18: Unicode Regular Expressions
  55 # ================================================
  56 
  57 
  58 # ASCII_Hex_Digit (AHex)
  59 
  60 AHex; N                               ; No                               ; F                                ; False
  61 AHex; Y                               ; Yes                              ; T                                ; True
  62 
  63 # Age (age)
  64 
  65 age; 1.1                              ; V1_1
  66 age; 2.0                              ; V2_0
  67 age; 2.1                              ; V2_1
  68 age; 3.0                              ; V3_0
  69 age; 3.1                              ; V3_1
  70 age; 3.2                              ; V3_2
  71 age; 4.0                              ; V4_0
  72 age; 4.1                              ; V4_1
  73 age; 5.0                              ; V5_0
  74 age; 5.1                              ; V5_1
  75 age; 5.2                              ; V5_2
  76 age; 6.0                              ; V6_0
  77 age; 6.1                              ; V6_1
  78 age; 6.2                              ; V6_2
  79 age; 6.3                              ; V6_3
  80 age; 7.0                              ; V7_0
  81 age; 8.0                              ; V8_0
  82 age; 9.0                              ; V9_0
  83 age; 10.0                             ; V10_0
  84 age; 11.0                             ; V11_0
  85 age; NA                               ; Unassigned
  86 
  87 # Alphabetic (Alpha)
  88 
  89 Alpha; N                              ; No                               ; F                                ; False
  90 Alpha; Y                              ; Yes                              ; T                                ; True
  91 
  92 # Bidi_Class (bc)
  93 
  94 bc ; AL                               ; Arabic_Letter
  95 bc ; AN                               ; Arabic_Number
  96 bc ; B                                ; Paragraph_Separator
  97 bc ; BN                               ; Boundary_Neutral
  98 bc ; CS                               ; Common_Separator
  99 bc ; EN                               ; European_Number
 100 bc ; ES                               ; European_Separator
 101 bc ; ET                               ; European_Terminator
 102 bc ; FSI                              ; First_Strong_Isolate
 103 bc ; L                                ; Left_To_Right
 104 bc ; LRE                              ; Left_To_Right_Embedding
 105 bc ; LRI                              ; Left_To_Right_Isolate
 106 bc ; LRO                              ; Left_To_Right_Override
 107 bc ; NSM                              ; Nonspacing_Mark
 108 bc ; ON                               ; Other_Neutral
 109 bc ; PDF                              ; Pop_Directional_Format
 110 bc ; PDI                              ; Pop_Directional_Isolate
 111 bc ; R                                ; Right_To_Left
 112 bc ; RLE                              ; Right_To_Left_Embedding
 113 bc ; RLI                              ; Right_To_Left_Isolate
 114 bc ; RLO                              ; Right_To_Left_Override
 115 bc ; S                                ; Segment_Separator
 116 bc ; WS                               ; White_Space
 117 
 118 # Bidi_Control (Bidi_C)
 119 
 120 Bidi_C; N                             ; No                               ; F                                ; False
 121 Bidi_C; Y                             ; Yes                              ; T                                ; True
 122 
 123 # Bidi_Mirrored (Bidi_M)
 124 
 125 Bidi_M; N                             ; No                               ; F                                ; False
 126 Bidi_M; Y                             ; Yes                              ; T                                ; True
 127 
 128 # Bidi_Mirroring_Glyph (bmg)
 129 
 130 # @missing: 0000..10FFFF; Bidi_Mirroring_Glyph; <none>
 131 
 132 # Bidi_Paired_Bracket (bpb)
 133 
 134 # @missing: 0000..10FFFF; Bidi_Paired_Bracket; <none>
 135 
 136 # Bidi_Paired_Bracket_Type (bpt)
 137 
 138 bpt; c                                ; Close
 139 bpt; n                                ; None
 140 bpt; o                                ; Open
 141 # @missing: 0000..10FFFF; Bidi_Paired_Bracket_Type; n
 142 
 143 # Block (blk)
 144 
 145 blk; Adlam                            ; Adlam
 146 blk; Aegean_Numbers                   ; Aegean_Numbers
 147 blk; Ahom                             ; Ahom
 148 blk; Alchemical                       ; Alchemical_Symbols
 149 blk; Alphabetic_PF                    ; Alphabetic_Presentation_Forms
 150 blk; Anatolian_Hieroglyphs            ; Anatolian_Hieroglyphs
 151 blk; Ancient_Greek_Music              ; Ancient_Greek_Musical_Notation
 152 blk; Ancient_Greek_Numbers            ; Ancient_Greek_Numbers
 153 blk; Ancient_Symbols                  ; Ancient_Symbols
 154 blk; Arabic                           ; Arabic
 155 blk; Arabic_Ext_A                     ; Arabic_Extended_A
 156 blk; Arabic_Math                      ; Arabic_Mathematical_Alphabetic_Symbols
 157 blk; Arabic_PF_A                      ; Arabic_Presentation_Forms_A      ; Arabic_Presentation_Forms-A
 158 blk; Arabic_PF_B                      ; Arabic_Presentation_Forms_B
 159 blk; Arabic_Sup                       ; Arabic_Supplement
 160 blk; Armenian                         ; Armenian
 161 blk; Arrows                           ; Arrows
 162 blk; ASCII                            ; Basic_Latin
 163 blk; Avestan                          ; Avestan
 164 blk; Balinese                         ; Balinese
 165 blk; Bamum                            ; Bamum
 166 blk; Bamum_Sup                        ; Bamum_Supplement
 167 blk; Bassa_Vah                        ; Bassa_Vah
 168 blk; Batak                            ; Batak
 169 blk; Bengali                          ; Bengali
 170 blk; Bhaiksuki                        ; Bhaiksuki
 171 blk; Block_Elements                   ; Block_Elements
 172 blk; Bopomofo                         ; Bopomofo
 173 blk; Bopomofo_Ext                     ; Bopomofo_Extended
 174 blk; Box_Drawing                      ; Box_Drawing
 175 blk; Brahmi                           ; Brahmi
 176 blk; Braille                          ; Braille_Patterns
 177 blk; Buginese                         ; Buginese
 178 blk; Buhid                            ; Buhid
 179 blk; Byzantine_Music                  ; Byzantine_Musical_Symbols
 180 blk; Carian                           ; Carian
 181 blk; Caucasian_Albanian               ; Caucasian_Albanian
 182 blk; Chakma                           ; Chakma
 183 blk; Cham                             ; Cham
 184 blk; Cherokee                         ; Cherokee
 185 blk; Cherokee_Sup                     ; Cherokee_Supplement
 186 blk; Chess_Symbols                    ; Chess_Symbols
 187 blk; CJK                              ; CJK_Unified_Ideographs
 188 blk; CJK_Compat                       ; CJK_Compatibility
 189 blk; CJK_Compat_Forms                 ; CJK_Compatibility_Forms
 190 blk; CJK_Compat_Ideographs            ; CJK_Compatibility_Ideographs
 191 blk; CJK_Compat_Ideographs_Sup        ; CJK_Compatibility_Ideographs_Supplement
 192 blk; CJK_Ext_A                        ; CJK_Unified_Ideographs_Extension_A
 193 blk; CJK_Ext_B                        ; CJK_Unified_Ideographs_Extension_B
 194 blk; CJK_Ext_C                        ; CJK_Unified_Ideographs_Extension_C
 195 blk; CJK_Ext_D                        ; CJK_Unified_Ideographs_Extension_D
 196 blk; CJK_Ext_E                        ; CJK_Unified_Ideographs_Extension_E
 197 blk; CJK_Ext_F                        ; CJK_Unified_Ideographs_Extension_F
 198 blk; CJK_Radicals_Sup                 ; CJK_Radicals_Supplement
 199 blk; CJK_Strokes                      ; CJK_Strokes
 200 blk; CJK_Symbols                      ; CJK_Symbols_And_Punctuation
 201 blk; Compat_Jamo                      ; Hangul_Compatibility_Jamo
 202 blk; Control_Pictures                 ; Control_Pictures
 203 blk; Coptic                           ; Coptic
 204 blk; Coptic_Epact_Numbers             ; Coptic_Epact_Numbers
 205 blk; Counting_Rod                     ; Counting_Rod_Numerals
 206 blk; Cuneiform                        ; Cuneiform
 207 blk; Cuneiform_Numbers                ; Cuneiform_Numbers_And_Punctuation
 208 blk; Currency_Symbols                 ; Currency_Symbols
 209 blk; Cypriot_Syllabary                ; Cypriot_Syllabary
 210 blk; Cyrillic                         ; Cyrillic
 211 blk; Cyrillic_Ext_A                   ; Cyrillic_Extended_A
 212 blk; Cyrillic_Ext_B                   ; Cyrillic_Extended_B
 213 blk; Cyrillic_Ext_C                   ; Cyrillic_Extended_C
 214 blk; Cyrillic_Sup                     ; Cyrillic_Supplement              ; Cyrillic_Supplementary
 215 blk; Deseret                          ; Deseret
 216 blk; Devanagari                       ; Devanagari
 217 blk; Devanagari_Ext                   ; Devanagari_Extended
 218 blk; Diacriticals                     ; Combining_Diacritical_Marks
 219 blk; Diacriticals_Ext                 ; Combining_Diacritical_Marks_Extended
 220 blk; Diacriticals_For_Symbols         ; Combining_Diacritical_Marks_For_Symbols; Combining_Marks_For_Symbols
 221 blk; Diacriticals_Sup                 ; Combining_Diacritical_Marks_Supplement
 222 blk; Dingbats                         ; Dingbats
 223 blk; Dogra                            ; Dogra
 224 blk; Domino                           ; Domino_Tiles
 225 blk; Duployan                         ; Duployan
 226 blk; Early_Dynastic_Cuneiform         ; Early_Dynastic_Cuneiform
 227 blk; Egyptian_Hieroglyphs             ; Egyptian_Hieroglyphs
 228 blk; Elbasan                          ; Elbasan
 229 blk; Emoticons                        ; Emoticons
 230 blk; Enclosed_Alphanum                ; Enclosed_Alphanumerics
 231 blk; Enclosed_Alphanum_Sup            ; Enclosed_Alphanumeric_Supplement
 232 blk; Enclosed_CJK                     ; Enclosed_CJK_Letters_And_Months
 233 blk; Enclosed_Ideographic_Sup         ; Enclosed_Ideographic_Supplement
 234 blk; Ethiopic                         ; Ethiopic
 235 blk; Ethiopic_Ext                     ; Ethiopic_Extended
 236 blk; Ethiopic_Ext_A                   ; Ethiopic_Extended_A
 237 blk; Ethiopic_Sup                     ; Ethiopic_Supplement
 238 blk; Geometric_Shapes                 ; Geometric_Shapes
 239 blk; Geometric_Shapes_Ext             ; Geometric_Shapes_Extended
 240 blk; Georgian                         ; Georgian
 241 blk; Georgian_Ext                     ; Georgian_Extended
 242 blk; Georgian_Sup                     ; Georgian_Supplement
 243 blk; Glagolitic                       ; Glagolitic
 244 blk; Glagolitic_Sup                   ; Glagolitic_Supplement
 245 blk; Gothic                           ; Gothic
 246 blk; Grantha                          ; Grantha
 247 blk; Greek                            ; Greek_And_Coptic
 248 blk; Greek_Ext                        ; Greek_Extended
 249 blk; Gujarati                         ; Gujarati
 250 blk; Gunjala_Gondi                    ; Gunjala_Gondi
 251 blk; Gurmukhi                         ; Gurmukhi
 252 blk; Half_And_Full_Forms              ; Halfwidth_And_Fullwidth_Forms
 253 blk; Half_Marks                       ; Combining_Half_Marks
 254 blk; Hangul                           ; Hangul_Syllables
 255 blk; Hanifi_Rohingya                  ; Hanifi_Rohingya
 256 blk; Hanunoo                          ; Hanunoo
 257 blk; Hatran                           ; Hatran
 258 blk; Hebrew                           ; Hebrew
 259 blk; High_PU_Surrogates               ; High_Private_Use_Surrogates
 260 blk; High_Surrogates                  ; High_Surrogates
 261 blk; Hiragana                         ; Hiragana
 262 blk; IDC                              ; Ideographic_Description_Characters
 263 blk; Ideographic_Symbols              ; Ideographic_Symbols_And_Punctuation
 264 blk; Imperial_Aramaic                 ; Imperial_Aramaic
 265 blk; Indic_Number_Forms               ; Common_Indic_Number_Forms
 266 blk; Indic_Siyaq_Numbers              ; Indic_Siyaq_Numbers
 267 blk; Inscriptional_Pahlavi            ; Inscriptional_Pahlavi
 268 blk; Inscriptional_Parthian           ; Inscriptional_Parthian
 269 blk; IPA_Ext                          ; IPA_Extensions
 270 blk; Jamo                             ; Hangul_Jamo
 271 blk; Jamo_Ext_A                       ; Hangul_Jamo_Extended_A
 272 blk; Jamo_Ext_B                       ; Hangul_Jamo_Extended_B
 273 blk; Javanese                         ; Javanese
 274 blk; Kaithi                           ; Kaithi
 275 blk; Kana_Ext_A                       ; Kana_Extended_A
 276 blk; Kana_Sup                         ; Kana_Supplement
 277 blk; Kanbun                           ; Kanbun
 278 blk; Kangxi                           ; Kangxi_Radicals
 279 blk; Kannada                          ; Kannada
 280 blk; Katakana                         ; Katakana
 281 blk; Katakana_Ext                     ; Katakana_Phonetic_Extensions
 282 blk; Kayah_Li                         ; Kayah_Li
 283 blk; Kharoshthi                       ; Kharoshthi
 284 blk; Khmer                            ; Khmer
 285 blk; Khmer_Symbols                    ; Khmer_Symbols
 286 blk; Khojki                           ; Khojki
 287 blk; Khudawadi                        ; Khudawadi
 288 blk; Lao                              ; Lao
 289 blk; Latin_1_Sup                      ; Latin_1_Supplement               ; Latin_1
 290 blk; Latin_Ext_A                      ; Latin_Extended_A
 291 blk; Latin_Ext_Additional             ; Latin_Extended_Additional
 292 blk; Latin_Ext_B                      ; Latin_Extended_B
 293 blk; Latin_Ext_C                      ; Latin_Extended_C
 294 blk; Latin_Ext_D                      ; Latin_Extended_D
 295 blk; Latin_Ext_E                      ; Latin_Extended_E
 296 blk; Lepcha                           ; Lepcha
 297 blk; Letterlike_Symbols               ; Letterlike_Symbols
 298 blk; Limbu                            ; Limbu
 299 blk; Linear_A                         ; Linear_A
 300 blk; Linear_B_Ideograms               ; Linear_B_Ideograms
 301 blk; Linear_B_Syllabary               ; Linear_B_Syllabary
 302 blk; Lisu                             ; Lisu
 303 blk; Low_Surrogates                   ; Low_Surrogates
 304 blk; Lycian                           ; Lycian
 305 blk; Lydian                           ; Lydian
 306 blk; Mahajani                         ; Mahajani
 307 blk; Mahjong                          ; Mahjong_Tiles
 308 blk; Makasar                          ; Makasar
 309 blk; Malayalam                        ; Malayalam
 310 blk; Mandaic                          ; Mandaic
 311 blk; Manichaean                       ; Manichaean
 312 blk; Marchen                          ; Marchen
 313 blk; Masaram_Gondi                    ; Masaram_Gondi
 314 blk; Math_Alphanum                    ; Mathematical_Alphanumeric_Symbols
 315 blk; Math_Operators                   ; Mathematical_Operators
 316 blk; Mayan_Numerals                   ; Mayan_Numerals
 317 blk; Medefaidrin                      ; Medefaidrin
 318 blk; Meetei_Mayek                     ; Meetei_Mayek
 319 blk; Meetei_Mayek_Ext                 ; Meetei_Mayek_Extensions
 320 blk; Mende_Kikakui                    ; Mende_Kikakui
 321 blk; Meroitic_Cursive                 ; Meroitic_Cursive
 322 blk; Meroitic_Hieroglyphs             ; Meroitic_Hieroglyphs
 323 blk; Miao                             ; Miao
 324 blk; Misc_Arrows                      ; Miscellaneous_Symbols_And_Arrows
 325 blk; Misc_Math_Symbols_A              ; Miscellaneous_Mathematical_Symbols_A
 326 blk; Misc_Math_Symbols_B              ; Miscellaneous_Mathematical_Symbols_B
 327 blk; Misc_Pictographs                 ; Miscellaneous_Symbols_And_Pictographs
 328 blk; Misc_Symbols                     ; Miscellaneous_Symbols
 329 blk; Misc_Technical                   ; Miscellaneous_Technical
 330 blk; Modi                             ; Modi
 331 blk; Modifier_Letters                 ; Spacing_Modifier_Letters
 332 blk; Modifier_Tone_Letters            ; Modifier_Tone_Letters
 333 blk; Mongolian                        ; Mongolian
 334 blk; Mongolian_Sup                    ; Mongolian_Supplement
 335 blk; Mro                              ; Mro
 336 blk; Multani                          ; Multani
 337 blk; Music                            ; Musical_Symbols
 338 blk; Myanmar                          ; Myanmar
 339 blk; Myanmar_Ext_A                    ; Myanmar_Extended_A
 340 blk; Myanmar_Ext_B                    ; Myanmar_Extended_B
 341 blk; Nabataean                        ; Nabataean
 342 blk; NB                               ; No_Block
 343 blk; New_Tai_Lue                      ; New_Tai_Lue
 344 blk; Newa                             ; Newa
 345 blk; NKo                              ; NKo
 346 blk; Number_Forms                     ; Number_Forms
 347 blk; Nushu                            ; Nushu
 348 blk; OCR                              ; Optical_Character_Recognition
 349 blk; Ogham                            ; Ogham
 350 blk; Ol_Chiki                         ; Ol_Chiki
 351 blk; Old_Hungarian                    ; Old_Hungarian
 352 blk; Old_Italic                       ; Old_Italic
 353 blk; Old_North_Arabian                ; Old_North_Arabian
 354 blk; Old_Permic                       ; Old_Permic
 355 blk; Old_Persian                      ; Old_Persian
 356 blk; Old_Sogdian                      ; Old_Sogdian
 357 blk; Old_South_Arabian                ; Old_South_Arabian
 358 blk; Old_Turkic                       ; Old_Turkic
 359 blk; Oriya                            ; Oriya
 360 blk; Ornamental_Dingbats              ; Ornamental_Dingbats
 361 blk; Osage                            ; Osage
 362 blk; Osmanya                          ; Osmanya
 363 blk; Pahawh_Hmong                     ; Pahawh_Hmong
 364 blk; Palmyrene                        ; Palmyrene
 365 blk; Pau_Cin_Hau                      ; Pau_Cin_Hau
 366 blk; Phags_Pa                         ; Phags_Pa
 367 blk; Phaistos                         ; Phaistos_Disc
 368 blk; Phoenician                       ; Phoenician
 369 blk; Phonetic_Ext                     ; Phonetic_Extensions
 370 blk; Phonetic_Ext_Sup                 ; Phonetic_Extensions_Supplement
 371 blk; Playing_Cards                    ; Playing_Cards
 372 blk; Psalter_Pahlavi                  ; Psalter_Pahlavi
 373 blk; PUA                              ; Private_Use_Area                 ; Private_Use
 374 blk; Punctuation                      ; General_Punctuation
 375 blk; Rejang                           ; Rejang
 376 blk; Rumi                             ; Rumi_Numeral_Symbols
 377 blk; Runic                            ; Runic
 378 blk; Samaritan                        ; Samaritan
 379 blk; Saurashtra                       ; Saurashtra
 380 blk; Sharada                          ; Sharada
 381 blk; Shavian                          ; Shavian
 382 blk; Shorthand_Format_Controls        ; Shorthand_Format_Controls
 383 blk; Siddham                          ; Siddham
 384 blk; Sinhala                          ; Sinhala
 385 blk; Sinhala_Archaic_Numbers          ; Sinhala_Archaic_Numbers
 386 blk; Small_Forms                      ; Small_Form_Variants
 387 blk; Sogdian                          ; Sogdian
 388 blk; Sora_Sompeng                     ; Sora_Sompeng
 389 blk; Soyombo                          ; Soyombo
 390 blk; Specials                         ; Specials
 391 blk; Sundanese                        ; Sundanese
 392 blk; Sundanese_Sup                    ; Sundanese_Supplement
 393 blk; Sup_Arrows_A                     ; Supplemental_Arrows_A
 394 blk; Sup_Arrows_B                     ; Supplemental_Arrows_B
 395 blk; Sup_Arrows_C                     ; Supplemental_Arrows_C
 396 blk; Sup_Math_Operators               ; Supplemental_Mathematical_Operators
 397 blk; Sup_PUA_A                        ; Supplementary_Private_Use_Area_A
 398 blk; Sup_PUA_B                        ; Supplementary_Private_Use_Area_B
 399 blk; Sup_Punctuation                  ; Supplemental_Punctuation
 400 blk; Sup_Symbols_And_Pictographs      ; Supplemental_Symbols_And_Pictographs
 401 blk; Super_And_Sub                    ; Superscripts_And_Subscripts
 402 blk; Sutton_SignWriting               ; Sutton_SignWriting
 403 blk; Syloti_Nagri                     ; Syloti_Nagri
 404 blk; Syriac                           ; Syriac
 405 blk; Syriac_Sup                       ; Syriac_Supplement
 406 blk; Tagalog                          ; Tagalog
 407 blk; Tagbanwa                         ; Tagbanwa
 408 blk; Tags                             ; Tags
 409 blk; Tai_Le                           ; Tai_Le
 410 blk; Tai_Tham                         ; Tai_Tham
 411 blk; Tai_Viet                         ; Tai_Viet
 412 blk; Tai_Xuan_Jing                    ; Tai_Xuan_Jing_Symbols
 413 blk; Takri                            ; Takri
 414 blk; Tamil                            ; Tamil
 415 blk; Tangut                           ; Tangut
 416 blk; Tangut_Components                ; Tangut_Components
 417 blk; Telugu                           ; Telugu
 418 blk; Thaana                           ; Thaana
 419 blk; Thai                             ; Thai
 420 blk; Tibetan                          ; Tibetan
 421 blk; Tifinagh                         ; Tifinagh
 422 blk; Tirhuta                          ; Tirhuta
 423 blk; Transport_And_Map                ; Transport_And_Map_Symbols
 424 blk; UCAS                             ; Unified_Canadian_Aboriginal_Syllabics; Canadian_Syllabics
 425 blk; UCAS_Ext                         ; Unified_Canadian_Aboriginal_Syllabics_Extended
 426 blk; Ugaritic                         ; Ugaritic
 427 blk; Vai                              ; Vai
 428 blk; Vedic_Ext                        ; Vedic_Extensions
 429 blk; Vertical_Forms                   ; Vertical_Forms
 430 blk; VS                               ; Variation_Selectors
 431 blk; VS_Sup                           ; Variation_Selectors_Supplement
 432 blk; Warang_Citi                      ; Warang_Citi
 433 blk; Yi_Radicals                      ; Yi_Radicals
 434 blk; Yi_Syllables                     ; Yi_Syllables
 435 blk; Yijing                           ; Yijing_Hexagram_Symbols
 436 blk; Zanabazar_Square                 ; Zanabazar_Square
 437 
 438 # Canonical_Combining_Class (ccc)
 439 
 440 ccc;   0; NR                         ; Not_Reordered
 441 ccc;   1; OV                         ; Overlay
 442 ccc;   7; NK                         ; Nukta
 443 ccc;   8; KV                         ; Kana_Voicing
 444 ccc;   9; VR                         ; Virama
 445 ccc;  10; CCC10                      ; CCC10
 446 ccc;  11; CCC11                      ; CCC11
 447 ccc;  12; CCC12                      ; CCC12
 448 ccc;  13; CCC13                      ; CCC13
 449 ccc;  14; CCC14                      ; CCC14
 450 ccc;  15; CCC15                      ; CCC15
 451 ccc;  16; CCC16                      ; CCC16
 452 ccc;  17; CCC17                      ; CCC17
 453 ccc;  18; CCC18                      ; CCC18
 454 ccc;  19; CCC19                      ; CCC19
 455 ccc;  20; CCC20                      ; CCC20
 456 ccc;  21; CCC21                      ; CCC21
 457 ccc;  22; CCC22                      ; CCC22
 458 ccc;  23; CCC23                      ; CCC23
 459 ccc;  24; CCC24                      ; CCC24
 460 ccc;  25; CCC25                      ; CCC25
 461 ccc;  26; CCC26                      ; CCC26
 462 ccc;  27; CCC27                      ; CCC27
 463 ccc;  28; CCC28                      ; CCC28
 464 ccc;  29; CCC29                      ; CCC29
 465 ccc;  30; CCC30                      ; CCC30
 466 ccc;  31; CCC31                      ; CCC31
 467 ccc;  32; CCC32                      ; CCC32
 468 ccc;  33; CCC33                      ; CCC33
 469 ccc;  34; CCC34                      ; CCC34
 470 ccc;  35; CCC35                      ; CCC35
 471 ccc;  36; CCC36                      ; CCC36
 472 ccc;  84; CCC84                      ; CCC84
 473 ccc;  91; CCC91                      ; CCC91
 474 ccc; 103; CCC103                     ; CCC103
 475 ccc; 107; CCC107                     ; CCC107
 476 ccc; 118; CCC118                     ; CCC118
 477 ccc; 122; CCC122                     ; CCC122
 478 ccc; 129; CCC129                     ; CCC129
 479 ccc; 130; CCC130                     ; CCC130
 480 ccc; 132; CCC132                     ; CCC132
 481 ccc; 133; CCC133                     ; CCC133 # RESERVED
 482 ccc; 200; ATBL                       ; Attached_Below_Left
 483 ccc; 202; ATB                        ; Attached_Below
 484 ccc; 214; ATA                        ; Attached_Above
 485 ccc; 216; ATAR                       ; Attached_Above_Right
 486 ccc; 218; BL                         ; Below_Left
 487 ccc; 220; B                          ; Below
 488 ccc; 222; BR                         ; Below_Right
 489 ccc; 224; L                          ; Left
 490 ccc; 226; R                          ; Right
 491 ccc; 228; AL                         ; Above_Left
 492 ccc; 230; A                          ; Above
 493 ccc; 232; AR                         ; Above_Right
 494 ccc; 233; DB                         ; Double_Below
 495 ccc; 234; DA                         ; Double_Above
 496 ccc; 240; IS                         ; Iota_Subscript
 497 
 498 # Case_Folding (cf)
 499 
 500 # @missing: 0000..10FFFF; Case_Folding; <code point>
 501 
 502 # Case_Ignorable (CI)
 503 
 504 CI ; N                                ; No                               ; F                                ; False
 505 CI ; Y                                ; Yes                              ; T                                ; True
 506 
 507 # Cased (Cased)
 508 
 509 Cased; N                              ; No                               ; F                                ; False
 510 Cased; Y                              ; Yes                              ; T                                ; True
 511 
 512 # Changes_When_Casefolded (CWCF)
 513 
 514 CWCF; N                               ; No                               ; F                                ; False
 515 CWCF; Y                               ; Yes                              ; T                                ; True
 516 
 517 # Changes_When_Casemapped (CWCM)
 518 
 519 CWCM; N                               ; No                               ; F                                ; False
 520 CWCM; Y                               ; Yes                              ; T                                ; True
 521 
 522 # Changes_When_Lowercased (CWL)
 523 
 524 CWL; N                                ; No                               ; F                                ; False
 525 CWL; Y                                ; Yes                              ; T                                ; True
 526 
 527 # Changes_When_NFKC_Casefolded (CWKCF)
 528 
 529 CWKCF; N                              ; No                               ; F                                ; False
 530 CWKCF; Y                              ; Yes                              ; T                                ; True
 531 
 532 # Changes_When_Titlecased (CWT)
 533 
 534 CWT; N                                ; No                               ; F                                ; False
 535 CWT; Y                                ; Yes                              ; T                                ; True
 536 
 537 # Changes_When_Uppercased (CWU)
 538 
 539 CWU; N                                ; No                               ; F                                ; False
 540 CWU; Y                                ; Yes                              ; T                                ; True
 541 
 542 # Composition_Exclusion (CE)
 543 
 544 CE ; N                                ; No                               ; F                                ; False
 545 CE ; Y                                ; Yes                              ; T                                ; True
 546 
 547 # Dash (Dash)
 548 
 549 Dash; N                               ; No                               ; F                                ; False
 550 Dash; Y                               ; Yes                              ; T                                ; True
 551 
 552 # Decomposition_Mapping (dm)
 553 
 554 # @missing: 0000..10FFFF; Decomposition_Mapping; <code point>
 555 
 556 # Decomposition_Type (dt)
 557 
 558 dt ; Can                              ; Canonical                        ; can
 559 dt ; Com                              ; Compat                           ; com
 560 dt ; Enc                              ; Circle                           ; enc
 561 dt ; Fin                              ; Final                            ; fin
 562 dt ; Font                             ; Font                             ; font
 563 dt ; Fra                              ; Fraction                         ; fra
 564 dt ; Init                             ; Initial                          ; init
 565 dt ; Iso                              ; Isolated                         ; iso
 566 dt ; Med                              ; Medial                           ; med
 567 dt ; Nar                              ; Narrow                           ; nar
 568 dt ; Nb                               ; Nobreak                          ; nb
 569 dt ; None                             ; None                             ; none
 570 dt ; Sml                              ; Small                            ; sml
 571 dt ; Sqr                              ; Square                           ; sqr
 572 dt ; Sub                              ; Sub                              ; sub
 573 dt ; Sup                              ; Super                            ; sup
 574 dt ; Vert                             ; Vertical                         ; vert
 575 dt ; Wide                             ; Wide                             ; wide
 576 
 577 # Default_Ignorable_Code_Point (DI)
 578 
 579 DI ; N                                ; No                               ; F                                ; False
 580 DI ; Y                                ; Yes                              ; T                                ; True
 581 
 582 # Deprecated (Dep)
 583 
 584 Dep; N                                ; No                               ; F                                ; False
 585 Dep; Y                                ; Yes                              ; T                                ; True
 586 
 587 # Diacritic (Dia)
 588 
 589 Dia; N                                ; No                               ; F                                ; False
 590 Dia; Y                                ; Yes                              ; T                                ; True
 591 
 592 # East_Asian_Width (ea)
 593 
 594 ea ; A                                ; Ambiguous
 595 ea ; F                                ; Fullwidth
 596 ea ; H                                ; Halfwidth
 597 ea ; N                                ; Neutral
 598 ea ; Na                               ; Narrow
 599 ea ; W                                ; Wide
 600 
 601 # Equivalent_Unified_Ideograph (EqUIdeo)
 602 
 603 # @missing: 0000..10FFFF; Equivalent_Unified_Ideograph; <none>
 604 
 605 # Expands_On_NFC (XO_NFC)
 606 
 607 XO_NFC; N                             ; No                               ; F                                ; False
 608 XO_NFC; Y                             ; Yes                              ; T                                ; True
 609 
 610 # Expands_On_NFD (XO_NFD)
 611 
 612 XO_NFD; N                             ; No                               ; F                                ; False
 613 XO_NFD; Y                             ; Yes                              ; T                                ; True
 614 
 615 # Expands_On_NFKC (XO_NFKC)
 616 
 617 XO_NFKC; N                            ; No                               ; F                                ; False
 618 XO_NFKC; Y                            ; Yes                              ; T                                ; True
 619 
 620 # Expands_On_NFKD (XO_NFKD)
 621 
 622 XO_NFKD; N                            ; No                               ; F                                ; False
 623 XO_NFKD; Y                            ; Yes                              ; T                                ; True
 624 
 625 # Extender (Ext)
 626 
 627 Ext; N                                ; No                               ; F                                ; False
 628 Ext; Y                                ; Yes                              ; T                                ; True
 629 
 630 # FC_NFKC_Closure (FC_NFKC)
 631 
 632 # @missing: 0000..10FFFF; FC_NFKC_Closure; <code point>
 633 
 634 # Full_Composition_Exclusion (Comp_Ex)
 635 
 636 Comp_Ex; N                            ; No                               ; F                                ; False
 637 Comp_Ex; Y                            ; Yes                              ; T                                ; True
 638 
 639 # General_Category (gc)
 640 
 641 gc ; C                                ; Other                            # Cc | Cf | Cn | Co | Cs
 642 gc ; Cc                               ; Control                          ; cntrl
 643 gc ; Cf                               ; Format
 644 gc ; Cn                               ; Unassigned
 645 gc ; Co                               ; Private_Use
 646 gc ; Cs                               ; Surrogate
 647 gc ; L                                ; Letter                           # Ll | Lm | Lo | Lt | Lu
 648 gc ; LC                               ; Cased_Letter                     # Ll | Lt | Lu
 649 gc ; Ll                               ; Lowercase_Letter
 650 gc ; Lm                               ; Modifier_Letter
 651 gc ; Lo                               ; Other_Letter
 652 gc ; Lt                               ; Titlecase_Letter
 653 gc ; Lu                               ; Uppercase_Letter
 654 gc ; M                                ; Mark                             ; Combining_Mark                   # Mc | Me | Mn
 655 gc ; Mc                               ; Spacing_Mark
 656 gc ; Me                               ; Enclosing_Mark
 657 gc ; Mn                               ; Nonspacing_Mark
 658 gc ; N                                ; Number                           # Nd | Nl | No
 659 gc ; Nd                               ; Decimal_Number                   ; digit
 660 gc ; Nl                               ; Letter_Number
 661 gc ; No                               ; Other_Number
 662 gc ; P                                ; Punctuation                      ; punct                            # Pc | Pd | Pe | Pf | Pi | Po | Ps
 663 gc ; Pc                               ; Connector_Punctuation
 664 gc ; Pd                               ; Dash_Punctuation
 665 gc ; Pe                               ; Close_Punctuation
 666 gc ; Pf                               ; Final_Punctuation
 667 gc ; Pi                               ; Initial_Punctuation
 668 gc ; Po                               ; Other_Punctuation
 669 gc ; Ps                               ; Open_Punctuation
 670 gc ; S                                ; Symbol                           # Sc | Sk | Sm | So
 671 gc ; Sc                               ; Currency_Symbol
 672 gc ; Sk                               ; Modifier_Symbol
 673 gc ; Sm                               ; Math_Symbol
 674 gc ; So                               ; Other_Symbol
 675 gc ; Z                                ; Separator                        # Zl | Zp | Zs
 676 gc ; Zl                               ; Line_Separator
 677 gc ; Zp                               ; Paragraph_Separator
 678 gc ; Zs                               ; Space_Separator
 679 # @missing: 0000..10FFFF; General_Category; Unassigned
 680 
 681 # Grapheme_Base (Gr_Base)
 682 
 683 Gr_Base; N                            ; No                               ; F                                ; False
 684 Gr_Base; Y                            ; Yes                              ; T                                ; True
 685 
 686 # Grapheme_Cluster_Break (GCB)
 687 
 688 GCB; CN                               ; Control
 689 GCB; CR                               ; CR
 690 GCB; EB                               ; E_Base
 691 GCB; EBG                              ; E_Base_GAZ
 692 GCB; EM                               ; E_Modifier
 693 GCB; EX                               ; Extend
 694 GCB; GAZ                              ; Glue_After_Zwj
 695 GCB; L                                ; L
 696 GCB; LF                               ; LF
 697 GCB; LV                               ; LV
 698 GCB; LVT                              ; LVT
 699 GCB; PP                               ; Prepend
 700 GCB; RI                               ; Regional_Indicator
 701 GCB; SM                               ; SpacingMark
 702 GCB; T                                ; T
 703 GCB; V                                ; V
 704 GCB; XX                               ; Other
 705 GCB; ZWJ                              ; ZWJ
 706 
 707 # Grapheme_Extend (Gr_Ext)
 708 
 709 Gr_Ext; N                             ; No                               ; F                                ; False
 710 Gr_Ext; Y                             ; Yes                              ; T                                ; True
 711 
 712 # Grapheme_Link (Gr_Link)
 713 
 714 Gr_Link; N                            ; No                               ; F                                ; False
 715 Gr_Link; Y                            ; Yes                              ; T                                ; True
 716 
 717 # Hangul_Syllable_Type (hst)
 718 
 719 hst; L                                ; Leading_Jamo
 720 hst; LV                               ; LV_Syllable
 721 hst; LVT                              ; LVT_Syllable
 722 hst; NA                               ; Not_Applicable
 723 hst; T                                ; Trailing_Jamo
 724 hst; V                                ; Vowel_Jamo
 725 
 726 # Hex_Digit (Hex)
 727 
 728 Hex; N                                ; No                               ; F                                ; False
 729 Hex; Y                                ; Yes                              ; T                                ; True
 730 
 731 # Hyphen (Hyphen)
 732 
 733 Hyphen; N                             ; No                               ; F                                ; False
 734 Hyphen; Y                             ; Yes                              ; T                                ; True
 735 
 736 # IDS_Binary_Operator (IDSB)
 737 
 738 IDSB; N                               ; No                               ; F                                ; False
 739 IDSB; Y                               ; Yes                              ; T                                ; True
 740 
 741 # IDS_Trinary_Operator (IDST)
 742 
 743 IDST; N                               ; No                               ; F                                ; False
 744 IDST; Y                               ; Yes                              ; T                                ; True
 745 
 746 # ID_Continue (IDC)
 747 
 748 IDC; N                                ; No                               ; F                                ; False
 749 IDC; Y                                ; Yes                              ; T                                ; True
 750 
 751 # ID_Start (IDS)
 752 
 753 IDS; N                                ; No                               ; F                                ; False
 754 IDS; Y                                ; Yes                              ; T                                ; True
 755 
 756 # ISO_Comment (isc)
 757 
 758 # @missing: 0000..10FFFF; ISO_Comment; <none>
 759 
 760 # Ideographic (Ideo)
 761 
 762 Ideo; N                               ; No                               ; F                                ; False
 763 Ideo; Y                               ; Yes                              ; T                                ; True
 764 
 765 # Indic_Positional_Category (InPC)
 766 
 767 InPC; Bottom                          ; Bottom
 768 InPC; Bottom_And_Left                 ; Bottom_And_Left
 769 InPC; Bottom_And_Right                ; Bottom_And_Right
 770 InPC; Left                            ; Left
 771 InPC; Left_And_Right                  ; Left_And_Right
 772 InPC; NA                              ; NA
 773 InPC; Overstruck                      ; Overstruck
 774 InPC; Right                           ; Right
 775 InPC; Top                             ; Top
 776 InPC; Top_And_Bottom                  ; Top_And_Bottom
 777 InPC; Top_And_Bottom_And_Right        ; Top_And_Bottom_And_Right
 778 InPC; Top_And_Left                    ; Top_And_Left
 779 InPC; Top_And_Left_And_Right          ; Top_And_Left_And_Right
 780 InPC; Top_And_Right                   ; Top_And_Right
 781 InPC; Visual_Order_Left               ; Visual_Order_Left
 782 
 783 # Indic_Syllabic_Category (InSC)
 784 
 785 InSC; Avagraha                        ; Avagraha
 786 InSC; Bindu                           ; Bindu
 787 InSC; Brahmi_Joining_Number           ; Brahmi_Joining_Number
 788 InSC; Cantillation_Mark               ; Cantillation_Mark
 789 InSC; Consonant                       ; Consonant
 790 InSC; Consonant_Dead                  ; Consonant_Dead
 791 InSC; Consonant_Final                 ; Consonant_Final
 792 InSC; Consonant_Head_Letter           ; Consonant_Head_Letter
 793 InSC; Consonant_Initial_Postfixed     ; Consonant_Initial_Postfixed
 794 InSC; Consonant_Killer                ; Consonant_Killer
 795 InSC; Consonant_Medial                ; Consonant_Medial
 796 InSC; Consonant_Placeholder           ; Consonant_Placeholder
 797 InSC; Consonant_Preceding_Repha       ; Consonant_Preceding_Repha
 798 InSC; Consonant_Prefixed              ; Consonant_Prefixed
 799 InSC; Consonant_Subjoined             ; Consonant_Subjoined
 800 InSC; Consonant_Succeeding_Repha      ; Consonant_Succeeding_Repha
 801 InSC; Consonant_With_Stacker          ; Consonant_With_Stacker
 802 InSC; Gemination_Mark                 ; Gemination_Mark
 803 InSC; Invisible_Stacker               ; Invisible_Stacker
 804 InSC; Joiner                          ; Joiner
 805 InSC; Modifying_Letter                ; Modifying_Letter
 806 InSC; Non_Joiner                      ; Non_Joiner
 807 InSC; Nukta                           ; Nukta
 808 InSC; Number                          ; Number
 809 InSC; Number_Joiner                   ; Number_Joiner
 810 InSC; Other                           ; Other
 811 InSC; Pure_Killer                     ; Pure_Killer
 812 InSC; Register_Shifter                ; Register_Shifter
 813 InSC; Syllable_Modifier               ; Syllable_Modifier
 814 InSC; Tone_Letter                     ; Tone_Letter
 815 InSC; Tone_Mark                       ; Tone_Mark
 816 InSC; Virama                          ; Virama
 817 InSC; Visarga                         ; Visarga
 818 InSC; Vowel                           ; Vowel
 819 InSC; Vowel_Dependent                 ; Vowel_Dependent
 820 InSC; Vowel_Independent               ; Vowel_Independent
 821 
 822 # Jamo_Short_Name (JSN)
 823 
 824 JSN; A                                ; A
 825 JSN; AE                               ; AE
 826 JSN; B                                ; B
 827 JSN; BB                               ; BB
 828 JSN; BS                               ; BS
 829 JSN; C                                ; C
 830 JSN; D                                ; D
 831 JSN; DD                               ; DD
 832 JSN; E                                ; E
 833 JSN; EO                               ; EO
 834 JSN; EU                               ; EU
 835 JSN; G                                ; G
 836 JSN; GG                               ; GG
 837 JSN; GS                               ; GS
 838 JSN; H                                ; H
 839 JSN; I                                ; I
 840 JSN; J                                ; J
 841 JSN; JJ                               ; JJ
 842 JSN; K                                ; K
 843 JSN; L                                ; L
 844 JSN; LB                               ; LB
 845 JSN; LG                               ; LG
 846 JSN; LH                               ; LH
 847 JSN; LM                               ; LM
 848 JSN; LP                               ; LP
 849 JSN; LS                               ; LS
 850 JSN; LT                               ; LT
 851 JSN; M                                ; M
 852 JSN; N                                ; N
 853 JSN; NG                               ; NG
 854 JSN; NH                               ; NH
 855 JSN; NJ                               ; NJ
 856 JSN; O                                ; O
 857 JSN; OE                               ; OE
 858 JSN; P                                ; P
 859 JSN; R                                ; R
 860 JSN; S                                ; S
 861 JSN; SS                               ; SS
 862 JSN; T                                ; T
 863 JSN; U                                ; U
 864 JSN; WA                               ; WA
 865 JSN; WAE                              ; WAE
 866 JSN; WE                               ; WE
 867 JSN; WEO                              ; WEO
 868 JSN; WI                               ; WI
 869 JSN; YA                               ; YA
 870 JSN; YAE                              ; YAE
 871 JSN; YE                               ; YE
 872 JSN; YEO                              ; YEO
 873 JSN; YI                               ; YI
 874 JSN; YO                               ; YO
 875 JSN; YU                               ; YU
 876 # @missing: 0000..10FFFF; Jamo_Short_Name; <none>
 877 
 878 # Join_Control (Join_C)
 879 
 880 Join_C; N                             ; No                               ; F                                ; False
 881 Join_C; Y                             ; Yes                              ; T                                ; True
 882 
 883 # Joining_Group (jg)
 884 
 885 jg ; African_Feh                      ; African_Feh
 886 jg ; African_Noon                     ; African_Noon
 887 jg ; African_Qaf                      ; African_Qaf
 888 jg ; Ain                              ; Ain
 889 jg ; Alaph                            ; Alaph
 890 jg ; Alef                             ; Alef
 891 jg ; Beh                              ; Beh
 892 jg ; Beth                             ; Beth
 893 jg ; Burushaski_Yeh_Barree            ; Burushaski_Yeh_Barree
 894 jg ; Dal                              ; Dal
 895 jg ; Dalath_Rish                      ; Dalath_Rish
 896 jg ; E                                ; E
 897 jg ; Farsi_Yeh                        ; Farsi_Yeh
 898 jg ; Fe                               ; Fe
 899 jg ; Feh                              ; Feh
 900 jg ; Final_Semkath                    ; Final_Semkath
 901 jg ; Gaf                              ; Gaf
 902 jg ; Gamal                            ; Gamal
 903 jg ; Hah                              ; Hah
 904 jg ; Hanifi_Rohingya_Kinna_Ya         ; Hanifi_Rohingya_Kinna_Ya
 905 jg ; Hanifi_Rohingya_Pa               ; Hanifi_Rohingya_Pa
 906 jg ; He                               ; He
 907 jg ; Heh                              ; Heh
 908 jg ; Heh_Goal                         ; Heh_Goal
 909 jg ; Heth                             ; Heth
 910 jg ; Kaf                              ; Kaf
 911 jg ; Kaph                             ; Kaph
 912 jg ; Khaph                            ; Khaph
 913 jg ; Knotted_Heh                      ; Knotted_Heh
 914 jg ; Lam                              ; Lam
 915 jg ; Lamadh                           ; Lamadh
 916 jg ; Malayalam_Bha                    ; Malayalam_Bha
 917 jg ; Malayalam_Ja                     ; Malayalam_Ja
 918 jg ; Malayalam_Lla                    ; Malayalam_Lla
 919 jg ; Malayalam_Llla                   ; Malayalam_Llla
 920 jg ; Malayalam_Nga                    ; Malayalam_Nga
 921 jg ; Malayalam_Nna                    ; Malayalam_Nna
 922 jg ; Malayalam_Nnna                   ; Malayalam_Nnna
 923 jg ; Malayalam_Nya                    ; Malayalam_Nya
 924 jg ; Malayalam_Ra                     ; Malayalam_Ra
 925 jg ; Malayalam_Ssa                    ; Malayalam_Ssa
 926 jg ; Malayalam_Tta                    ; Malayalam_Tta
 927 jg ; Manichaean_Aleph                 ; Manichaean_Aleph
 928 jg ; Manichaean_Ayin                  ; Manichaean_Ayin
 929 jg ; Manichaean_Beth                  ; Manichaean_Beth
 930 jg ; Manichaean_Daleth                ; Manichaean_Daleth
 931 jg ; Manichaean_Dhamedh               ; Manichaean_Dhamedh
 932 jg ; Manichaean_Five                  ; Manichaean_Five
 933 jg ; Manichaean_Gimel                 ; Manichaean_Gimel
 934 jg ; Manichaean_Heth                  ; Manichaean_Heth
 935 jg ; Manichaean_Hundred               ; Manichaean_Hundred
 936 jg ; Manichaean_Kaph                  ; Manichaean_Kaph
 937 jg ; Manichaean_Lamedh                ; Manichaean_Lamedh
 938 jg ; Manichaean_Mem                   ; Manichaean_Mem
 939 jg ; Manichaean_Nun                   ; Manichaean_Nun
 940 jg ; Manichaean_One                   ; Manichaean_One
 941 jg ; Manichaean_Pe                    ; Manichaean_Pe
 942 jg ; Manichaean_Qoph                  ; Manichaean_Qoph
 943 jg ; Manichaean_Resh                  ; Manichaean_Resh
 944 jg ; Manichaean_Sadhe                 ; Manichaean_Sadhe
 945 jg ; Manichaean_Samekh                ; Manichaean_Samekh
 946 jg ; Manichaean_Taw                   ; Manichaean_Taw
 947 jg ; Manichaean_Ten                   ; Manichaean_Ten
 948 jg ; Manichaean_Teth                  ; Manichaean_Teth
 949 jg ; Manichaean_Thamedh               ; Manichaean_Thamedh
 950 jg ; Manichaean_Twenty                ; Manichaean_Twenty
 951 jg ; Manichaean_Waw                   ; Manichaean_Waw
 952 jg ; Manichaean_Yodh                  ; Manichaean_Yodh
 953 jg ; Manichaean_Zayin                 ; Manichaean_Zayin
 954 jg ; Meem                             ; Meem
 955 jg ; Mim                              ; Mim
 956 jg ; No_Joining_Group                 ; No_Joining_Group
 957 jg ; Noon                             ; Noon
 958 jg ; Nun                              ; Nun
 959 jg ; Nya                              ; Nya
 960 jg ; Pe                               ; Pe
 961 jg ; Qaf                              ; Qaf
 962 jg ; Qaph                             ; Qaph
 963 jg ; Reh                              ; Reh
 964 jg ; Reversed_Pe                      ; Reversed_Pe
 965 jg ; Rohingya_Yeh                     ; Rohingya_Yeh
 966 jg ; Sad                              ; Sad
 967 jg ; Sadhe                            ; Sadhe
 968 jg ; Seen                             ; Seen
 969 jg ; Semkath                          ; Semkath
 970 jg ; Shin                             ; Shin
 971 jg ; Straight_Waw                     ; Straight_Waw
 972 jg ; Swash_Kaf                        ; Swash_Kaf
 973 jg ; Syriac_Waw                       ; Syriac_Waw
 974 jg ; Tah                              ; Tah
 975 jg ; Taw                              ; Taw
 976 jg ; Teh_Marbuta                      ; Teh_Marbuta
 977 jg ; Teh_Marbuta_Goal                 ; Hamza_On_Heh_Goal
 978 jg ; Teth                             ; Teth
 979 jg ; Waw                              ; Waw
 980 jg ; Yeh                              ; Yeh
 981 jg ; Yeh_Barree                       ; Yeh_Barree
 982 jg ; Yeh_With_Tail                    ; Yeh_With_Tail
 983 jg ; Yudh                             ; Yudh
 984 jg ; Yudh_He                          ; Yudh_He
 985 jg ; Zain                             ; Zain
 986 jg ; Zhain                            ; Zhain
 987 
 988 # Joining_Type (jt)
 989 
 990 jt ; C                                ; Join_Causing
 991 jt ; D                                ; Dual_Joining
 992 jt ; L                                ; Left_Joining
 993 jt ; R                                ; Right_Joining
 994 jt ; T                                ; Transparent
 995 jt ; U                                ; Non_Joining
 996 
 997 # Line_Break (lb)
 998 
 999 lb ; AI                               ; Ambiguous
1000 lb ; AL                               ; Alphabetic
1001 lb ; B2                               ; Break_Both
1002 lb ; BA                               ; Break_After
1003 lb ; BB                               ; Break_Before
1004 lb ; BK                               ; Mandatory_Break
1005 lb ; CB                               ; Contingent_Break
1006 lb ; CJ                               ; Conditional_Japanese_Starter
1007 lb ; CL                               ; Close_Punctuation
1008 lb ; CM                               ; Combining_Mark
1009 lb ; CP                               ; Close_Parenthesis
1010 lb ; CR                               ; Carriage_Return
1011 lb ; EB                               ; E_Base
1012 lb ; EM                               ; E_Modifier
1013 lb ; EX                               ; Exclamation
1014 lb ; GL                               ; Glue
1015 lb ; H2                               ; H2
1016 lb ; H3                               ; H3
1017 lb ; HL                               ; Hebrew_Letter
1018 lb ; HY                               ; Hyphen
1019 lb ; ID                               ; Ideographic
1020 lb ; IN                               ; Inseparable                      ; Inseperable
1021 lb ; IS                               ; Infix_Numeric
1022 lb ; JL                               ; JL
1023 lb ; JT                               ; JT
1024 lb ; JV                               ; JV
1025 lb ; LF                               ; Line_Feed
1026 lb ; NL                               ; Next_Line
1027 lb ; NS                               ; Nonstarter
1028 lb ; NU                               ; Numeric
1029 lb ; OP                               ; Open_Punctuation
1030 lb ; PO                               ; Postfix_Numeric
1031 lb ; PR                               ; Prefix_Numeric
1032 lb ; QU                               ; Quotation
1033 lb ; RI                               ; Regional_Indicator
1034 lb ; SA                               ; Complex_Context
1035 lb ; SG                               ; Surrogate
1036 lb ; SP                               ; Space
1037 lb ; SY                               ; Break_Symbols
1038 lb ; WJ                               ; Word_Joiner
1039 lb ; XX                               ; Unknown
1040 lb ; ZW                               ; ZWSpace
1041 lb ; ZWJ                              ; ZWJ
1042 
1043 # Logical_Order_Exception (LOE)
1044 
1045 LOE; N                                ; No                               ; F                                ; False
1046 LOE; Y                                ; Yes                              ; T                                ; True
1047 
1048 # Lowercase (Lower)
1049 
1050 Lower; N                              ; No                               ; F                                ; False
1051 Lower; Y                              ; Yes                              ; T                                ; True
1052 
1053 # Lowercase_Mapping (lc)
1054 
1055 # @missing: 0000..10FFFF; Lowercase_Mapping; <code point>
1056 
1057 # Math (Math)
1058 
1059 Math; N                               ; No                               ; F                                ; False
1060 Math; Y                               ; Yes                              ; T                                ; True
1061 
1062 # NFC_Quick_Check (NFC_QC)
1063 
1064 NFC_QC; M                             ; Maybe
1065 NFC_QC; N                             ; No
1066 NFC_QC; Y                             ; Yes
1067 
1068 # NFD_Quick_Check (NFD_QC)
1069 
1070 NFD_QC; N                             ; No
1071 NFD_QC; Y                             ; Yes
1072 
1073 # NFKC_Casefold (NFKC_CF)
1074 
1075 # @missing: 0000..10FFFF; NFKC_Casefold; <code point>
1076 
1077 # NFKC_Quick_Check (NFKC_QC)
1078 
1079 NFKC_QC; M                            ; Maybe
1080 NFKC_QC; N                            ; No
1081 NFKC_QC; Y                            ; Yes
1082 
1083 # NFKD_Quick_Check (NFKD_QC)
1084 
1085 NFKD_QC; N                            ; No
1086 NFKD_QC; Y                            ; Yes
1087 
1088 # Name (na)
1089 
1090 # @missing: 0000..10FFFF; Name; <none>
1091 
1092 # Name_Alias (Name_Alias)
1093 
1094 # @missing: 0000..10FFFF; Name_Alias; <none>
1095 
1096 # Noncharacter_Code_Point (NChar)
1097 
1098 NChar; N                              ; No                               ; F                                ; False
1099 NChar; Y                              ; Yes                              ; T                                ; True
1100 
1101 # Numeric_Type (nt)
1102 
1103 nt ; De                               ; Decimal
1104 nt ; Di                               ; Digit
1105 nt ; None                             ; None
1106 nt ; Nu                               ; Numeric
1107 
1108 # Numeric_Value (nv)
1109 
1110 # @missing: 0000..10FFFF; Numeric_Value; NaN
1111 
1112 # Other_Alphabetic (OAlpha)
1113 
1114 OAlpha; N                             ; No                               ; F                                ; False
1115 OAlpha; Y                             ; Yes                              ; T                                ; True
1116 
1117 # Other_Default_Ignorable_Code_Point (ODI)
1118 
1119 ODI; N                                ; No                               ; F                                ; False
1120 ODI; Y                                ; Yes                              ; T                                ; True
1121 
1122 # Other_Grapheme_Extend (OGr_Ext)
1123 
1124 OGr_Ext; N                            ; No                               ; F                                ; False
1125 OGr_Ext; Y                            ; Yes                              ; T                                ; True
1126 
1127 # Other_ID_Continue (OIDC)
1128 
1129 OIDC; N                               ; No                               ; F                                ; False
1130 OIDC; Y                               ; Yes                              ; T                                ; True
1131 
1132 # Other_ID_Start (OIDS)
1133 
1134 OIDS; N                               ; No                               ; F                                ; False
1135 OIDS; Y                               ; Yes                              ; T                                ; True
1136 
1137 # Other_Lowercase (OLower)
1138 
1139 OLower; N                             ; No                               ; F                                ; False
1140 OLower; Y                             ; Yes                              ; T                                ; True
1141 
1142 # Other_Math (OMath)
1143 
1144 OMath; N                              ; No                               ; F                                ; False
1145 OMath; Y                              ; Yes                              ; T                                ; True
1146 
1147 # Other_Uppercase (OUpper)
1148 
1149 OUpper; N                             ; No                               ; F                                ; False
1150 OUpper; Y                             ; Yes                              ; T                                ; True
1151 
1152 # Pattern_Syntax (Pat_Syn)
1153 
1154 Pat_Syn; N                            ; No                               ; F                                ; False
1155 Pat_Syn; Y                            ; Yes                              ; T                                ; True
1156 
1157 # Pattern_White_Space (Pat_WS)
1158 
1159 Pat_WS; N                             ; No                               ; F                                ; False
1160 Pat_WS; Y                             ; Yes                              ; T                                ; True
1161 
1162 # Prepended_Concatenation_Mark (PCM)
1163 
1164 PCM; N                                ; No                               ; F                                ; False
1165 PCM; Y                                ; Yes                              ; T                                ; True
1166 
1167 # Quotation_Mark (QMark)
1168 
1169 QMark; N                              ; No                               ; F                                ; False
1170 QMark; Y                              ; Yes                              ; T                                ; True
1171 
1172 # Radical (Radical)
1173 
1174 Radical; N                            ; No                               ; F                                ; False
1175 Radical; Y                            ; Yes                              ; T                                ; True
1176 
1177 # Regional_Indicator (RI)
1178 
1179 RI ; N                                ; No                               ; F                                ; False
1180 RI ; Y                                ; Yes                              ; T                                ; True
1181 
1182 # Script (sc)
1183 
1184 sc ; Adlm                             ; Adlam
1185 sc ; Aghb                             ; Caucasian_Albanian
1186 sc ; Ahom                             ; Ahom
1187 sc ; Arab                             ; Arabic
1188 sc ; Armi                             ; Imperial_Aramaic
1189 sc ; Armn                             ; Armenian
1190 sc ; Avst                             ; Avestan
1191 sc ; Bali                             ; Balinese
1192 sc ; Bamu                             ; Bamum
1193 sc ; Bass                             ; Bassa_Vah
1194 sc ; Batk                             ; Batak
1195 sc ; Beng                             ; Bengali
1196 sc ; Bhks                             ; Bhaiksuki
1197 sc ; Bopo                             ; Bopomofo
1198 sc ; Brah                             ; Brahmi
1199 sc ; Brai                             ; Braille
1200 sc ; Bugi                             ; Buginese
1201 sc ; Buhd                             ; Buhid
1202 sc ; Cakm                             ; Chakma
1203 sc ; Cans                             ; Canadian_Aboriginal
1204 sc ; Cari                             ; Carian
1205 sc ; Cham                             ; Cham
1206 sc ; Cher                             ; Cherokee
1207 sc ; Copt                             ; Coptic                           ; Qaac
1208 sc ; Cprt                             ; Cypriot
1209 sc ; Cyrl                             ; Cyrillic
1210 sc ; Deva                             ; Devanagari
1211 sc ; Dogr                             ; Dogra
1212 sc ; Dsrt                             ; Deseret
1213 sc ; Dupl                             ; Duployan
1214 sc ; Egyp                             ; Egyptian_Hieroglyphs
1215 sc ; Elba                             ; Elbasan
1216 sc ; Ethi                             ; Ethiopic
1217 sc ; Geor                             ; Georgian
1218 sc ; Glag                             ; Glagolitic
1219 sc ; Gong                             ; Gunjala_Gondi
1220 sc ; Gonm                             ; Masaram_Gondi
1221 sc ; Goth                             ; Gothic
1222 sc ; Gran                             ; Grantha
1223 sc ; Grek                             ; Greek
1224 sc ; Gujr                             ; Gujarati
1225 sc ; Guru                             ; Gurmukhi
1226 sc ; Hang                             ; Hangul
1227 sc ; Hani                             ; Han
1228 sc ; Hano                             ; Hanunoo
1229 sc ; Hatr                             ; Hatran
1230 sc ; Hebr                             ; Hebrew
1231 sc ; Hira                             ; Hiragana
1232 sc ; Hluw                             ; Anatolian_Hieroglyphs
1233 sc ; Hmng                             ; Pahawh_Hmong
1234 sc ; Hrkt                             ; Katakana_Or_Hiragana
1235 sc ; Hung                             ; Old_Hungarian
1236 sc ; Ital                             ; Old_Italic
1237 sc ; Java                             ; Javanese
1238 sc ; Kali                             ; Kayah_Li
1239 sc ; Kana                             ; Katakana
1240 sc ; Khar                             ; Kharoshthi
1241 sc ; Khmr                             ; Khmer
1242 sc ; Khoj                             ; Khojki
1243 sc ; Knda                             ; Kannada
1244 sc ; Kthi                             ; Kaithi
1245 sc ; Lana                             ; Tai_Tham
1246 sc ; Laoo                             ; Lao
1247 sc ; Latn                             ; Latin
1248 sc ; Lepc                             ; Lepcha
1249 sc ; Limb                             ; Limbu
1250 sc ; Lina                             ; Linear_A
1251 sc ; Linb                             ; Linear_B
1252 sc ; Lisu                             ; Lisu
1253 sc ; Lyci                             ; Lycian
1254 sc ; Lydi                             ; Lydian
1255 sc ; Mahj                             ; Mahajani
1256 sc ; Maka                             ; Makasar
1257 sc ; Mand                             ; Mandaic
1258 sc ; Mani                             ; Manichaean
1259 sc ; Marc                             ; Marchen
1260 sc ; Medf                             ; Medefaidrin
1261 sc ; Mend                             ; Mende_Kikakui
1262 sc ; Merc                             ; Meroitic_Cursive
1263 sc ; Mero                             ; Meroitic_Hieroglyphs
1264 sc ; Mlym                             ; Malayalam
1265 sc ; Modi                             ; Modi
1266 sc ; Mong                             ; Mongolian
1267 sc ; Mroo                             ; Mro
1268 sc ; Mtei                             ; Meetei_Mayek
1269 sc ; Mult                             ; Multani
1270 sc ; Mymr                             ; Myanmar
1271 sc ; Narb                             ; Old_North_Arabian
1272 sc ; Nbat                             ; Nabataean
1273 sc ; Newa                             ; Newa
1274 sc ; Nkoo                             ; Nko
1275 sc ; Nshu                             ; Nushu
1276 sc ; Ogam                             ; Ogham
1277 sc ; Olck                             ; Ol_Chiki
1278 sc ; Orkh                             ; Old_Turkic
1279 sc ; Orya                             ; Oriya
1280 sc ; Osge                             ; Osage
1281 sc ; Osma                             ; Osmanya
1282 sc ; Palm                             ; Palmyrene
1283 sc ; Pauc                             ; Pau_Cin_Hau
1284 sc ; Perm                             ; Old_Permic
1285 sc ; Phag                             ; Phags_Pa
1286 sc ; Phli                             ; Inscriptional_Pahlavi
1287 sc ; Phlp                             ; Psalter_Pahlavi
1288 sc ; Phnx                             ; Phoenician
1289 sc ; Plrd                             ; Miao
1290 sc ; Prti                             ; Inscriptional_Parthian
1291 sc ; Rjng                             ; Rejang
1292 sc ; Rohg                             ; Hanifi_Rohingya
1293 sc ; Runr                             ; Runic
1294 sc ; Samr                             ; Samaritan
1295 sc ; Sarb                             ; Old_South_Arabian
1296 sc ; Saur                             ; Saurashtra
1297 sc ; Sgnw                             ; SignWriting
1298 sc ; Shaw                             ; Shavian
1299 sc ; Shrd                             ; Sharada
1300 sc ; Sidd                             ; Siddham
1301 sc ; Sind                             ; Khudawadi
1302 sc ; Sinh                             ; Sinhala
1303 sc ; Sogd                             ; Sogdian
1304 sc ; Sogo                             ; Old_Sogdian
1305 sc ; Sora                             ; Sora_Sompeng
1306 sc ; Soyo                             ; Soyombo
1307 sc ; Sund                             ; Sundanese
1308 sc ; Sylo                             ; Syloti_Nagri
1309 sc ; Syrc                             ; Syriac
1310 sc ; Tagb                             ; Tagbanwa
1311 sc ; Takr                             ; Takri
1312 sc ; Tale                             ; Tai_Le
1313 sc ; Talu                             ; New_Tai_Lue
1314 sc ; Taml                             ; Tamil
1315 sc ; Tang                             ; Tangut
1316 sc ; Tavt                             ; Tai_Viet
1317 sc ; Telu                             ; Telugu
1318 sc ; Tfng                             ; Tifinagh
1319 sc ; Tglg                             ; Tagalog
1320 sc ; Thaa                             ; Thaana
1321 sc ; Thai                             ; Thai
1322 sc ; Tibt                             ; Tibetan
1323 sc ; Tirh                             ; Tirhuta
1324 sc ; Ugar                             ; Ugaritic
1325 sc ; Vaii                             ; Vai
1326 sc ; Wara                             ; Warang_Citi
1327 sc ; Xpeo                             ; Old_Persian
1328 sc ; Xsux                             ; Cuneiform
1329 sc ; Yiii                             ; Yi
1330 sc ; Zanb                             ; Zanabazar_Square
1331 sc ; Zinh                             ; Inherited                        ; Qaai
1332 sc ; Zyyy                             ; Common
1333 sc ; Zzzz                             ; Unknown
1334 
1335 # Script_Extensions (scx)
1336 
1337 # @missing: 0000..10FFFF; Script_Extensions; <script>
1338 
1339 # Sentence_Break (SB)
1340 
1341 SB ; AT                               ; ATerm
1342 SB ; CL                               ; Close
1343 SB ; CR                               ; CR
1344 SB ; EX                               ; Extend
1345 SB ; FO                               ; Format
1346 SB ; LE                               ; OLetter
1347 SB ; LF                               ; LF
1348 SB ; LO                               ; Lower
1349 SB ; NU                               ; Numeric
1350 SB ; SC                               ; SContinue
1351 SB ; SE                               ; Sep
1352 SB ; SP                               ; Sp
1353 SB ; ST                               ; STerm
1354 SB ; UP                               ; Upper
1355 SB ; XX                               ; Other
1356 
1357 # Sentence_Terminal (STerm)
1358 
1359 STerm; N                              ; No                               ; F                                ; False
1360 STerm; Y                              ; Yes                              ; T                                ; True
1361 
1362 # Simple_Case_Folding (scf)
1363 
1364 # @missing: 0000..10FFFF; Simple_Case_Folding; <code point>
1365 
1366 # Simple_Lowercase_Mapping (slc)
1367 
1368 # @missing: 0000..10FFFF; Simple_Lowercase_Mapping; <code point>
1369 
1370 # Simple_Titlecase_Mapping (stc)
1371 
1372 # @missing: 0000..10FFFF; Simple_Titlecase_Mapping; <code point>
1373 
1374 # Simple_Uppercase_Mapping (suc)
1375 
1376 # @missing: 0000..10FFFF; Simple_Uppercase_Mapping; <code point>
1377 
1378 # Soft_Dotted (SD)
1379 
1380 SD ; N                                ; No                               ; F                                ; False
1381 SD ; Y                                ; Yes                              ; T                                ; True
1382 
1383 # Terminal_Punctuation (Term)
1384 
1385 Term; N                               ; No                               ; F                                ; False
1386 Term; Y                               ; Yes                              ; T                                ; True
1387 
1388 # Titlecase_Mapping (tc)
1389 
1390 # @missing: 0000..10FFFF; Titlecase_Mapping; <code point>
1391 
1392 # Unicode_1_Name (na1)
1393 
1394 # @missing: 0000..10FFFF; Unicode_1_Name; <none>
1395 
1396 # Unified_Ideograph (UIdeo)
1397 
1398 UIdeo; N                              ; No                               ; F                                ; False
1399 UIdeo; Y                              ; Yes                              ; T                                ; True
1400 
1401 # Uppercase (Upper)
1402 
1403 Upper; N                              ; No                               ; F                                ; False
1404 Upper; Y                              ; Yes                              ; T                                ; True
1405 
1406 # Uppercase_Mapping (uc)
1407 
1408 # @missing: 0000..10FFFF; Uppercase_Mapping; <code point>
1409 
1410 # Variation_Selector (VS)
1411 
1412 VS ; N                                ; No                               ; F                                ; False
1413 VS ; Y                                ; Yes                              ; T                                ; True
1414 
1415 # Vertical_Orientation (vo)
1416 
1417 vo ; R                                ; Rotated
1418 vo ; Tr                               ; Transformed_Rotated
1419 vo ; Tu                               ; Transformed_Upright
1420 vo ; U                                ; Upright
1421 
1422 # White_Space (WSpace)
1423 
1424 WSpace; N                             ; No                               ; F                                ; False
1425 WSpace; Y                             ; Yes                              ; T                                ; True
1426 
1427 # Word_Break (WB)
1428 
1429 WB ; CR                               ; CR
1430 WB ; DQ                               ; Double_Quote
1431 WB ; EB                               ; E_Base
1432 WB ; EBG                              ; E_Base_GAZ
1433 WB ; EM                               ; E_Modifier
1434 WB ; EX                               ; ExtendNumLet
1435 WB ; Extend                           ; Extend
1436 WB ; FO                               ; Format
1437 WB ; GAZ                              ; Glue_After_Zwj
1438 WB ; HL                               ; Hebrew_Letter
1439 WB ; KA                               ; Katakana
1440 WB ; LE                               ; ALetter
1441 WB ; LF                               ; LF
1442 WB ; MB                               ; MidNumLet
1443 WB ; ML                               ; MidLetter
1444 WB ; MN                               ; MidNum
1445 WB ; NL                               ; Newline
1446 WB ; NU                               ; Numeric
1447 WB ; RI                               ; Regional_Indicator
1448 WB ; SQ                               ; Single_Quote
1449 WB ; WSegSpace                        ; WSegSpace
1450 WB ; XX                               ; Other
1451 WB ; ZWJ                              ; ZWJ
1452 
1453 # XID_Continue (XIDC)
1454 
1455 XIDC; N                               ; No                               ; F                                ; False
1456 XIDC; Y                               ; Yes                              ; T                                ; True
1457 
1458 # XID_Start (XIDS)
1459 
1460 XIDS; N                               ; No                               ; F                                ; False
1461 XIDS; Y                               ; Yes                              ; T                                ; True
1462 
1463 # cjkAccountingNumeric (cjkAccountingNumeric)
1464 
1465 # @missing: 0000..10FFFF; cjkAccountingNumeric; NaN
1466 
1467 # cjkCompatibilityVariant (cjkCompatibilityVariant)
1468 
1469 # @missing: 0000..10FFFF; cjkCompatibilityVariant; <code point>
1470 
1471 # cjkIICore (cjkIICore)
1472 
1473 # @missing: 0000..10FFFF; cjkIICore; <none>
1474 
1475 # cjkIRG_GSource (cjkIRG_GSource)
1476 
1477 # @missing: 0000..10FFFF; cjkIRG_GSource; <none>
1478 
1479 # cjkIRG_HSource (cjkIRG_HSource)
1480 
1481 # @missing: 0000..10FFFF; cjkIRG_HSource; <none>
1482 
1483 # cjkIRG_JSource (cjkIRG_JSource)
1484 
1485 # @missing: 0000..10FFFF; cjkIRG_JSource; <none>
1486 
1487 # cjkIRG_KPSource (cjkIRG_KPSource)
1488 
1489 # @missing: 0000..10FFFF; cjkIRG_KPSource; <none>
1490 
1491 # cjkIRG_KSource (cjkIRG_KSource)
1492 
1493 # @missing: 0000..10FFFF; cjkIRG_KSource; <none>
1494 
1495 # cjkIRG_MSource (cjkIRG_MSource)
1496 
1497 # @missing: 0000..10FFFF; cjkIRG_MSource; <none>
1498 
1499 # cjkIRG_TSource (cjkIRG_TSource)
1500 
1501 # @missing: 0000..10FFFF; cjkIRG_TSource; <none>
1502 
1503 # cjkIRG_USource (cjkIRG_USource)
1504 
1505 # @missing: 0000..10FFFF; cjkIRG_USource; <none>
1506 
1507 # cjkIRG_VSource (cjkIRG_VSource)
1508 
1509 # @missing: 0000..10FFFF; cjkIRG_VSource; <none>
1510 
1511 # cjkOtherNumeric (cjkOtherNumeric)
1512 
1513 # @missing: 0000..10FFFF; cjkOtherNumeric; NaN
1514 
1515 # cjkPrimaryNumeric (cjkPrimaryNumeric)
1516 
1517 # @missing: 0000..10FFFF; cjkPrimaryNumeric; NaN
1518 
1519 # cjkRSUnicode (cjkRSUnicode)
1520 
1521 # @missing: 0000..10FFFF; cjkRSUnicode; <none>
1522 
1523 # EOF